瀏覽代碼

撤回上次提交修改

sunny 3 月之前
父節點
當前提交
f278a7edf8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/historicalVisit/historicalDetails.vue

+ 0 - 1
src/views/historicalVisit/historicalDetails.vue

@@ -371,7 +371,6 @@ export default {
       });
     },
     getVisitsDetailFn() {
-      this.list = null;
       getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
         this.toastLoading().clear();
         if (res.code == 200) {