Browse Source

feature_20250901_历史拜访查看问题

zhujindu 3 months ago
parent
commit
f8fe68bc5b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/historicalVisit/historicalDetails.vue

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

@@ -262,6 +262,7 @@ export default {
   //   }
   // },
   activated() {
+    this.toastLoading(0, '加载中...', true);
     this.visitsId = this.$route.query.visitId;
     this.dataform.visitsId = this.$route.query.visitId;
     this.getVisitsDetailFn();
@@ -370,6 +371,7 @@ export default {
     },
     getVisitsDetailFn() {
       getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
+        this.toastLoading().clear();
         if (res.code == 200) {
           this.list = res.data;
           if (res.data.visitSource != 2) {