Jelajahi Sumber

门店拜访任务列表访问速度优化

zhujindu 6 bulan lalu
induk
melakukan
010febdeb6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/historicalVisit/historicalDetails.vue

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

@@ -350,7 +350,7 @@ export default {
       });
     },
     getVisitsDetailFn() {
-      getVisitsDetail({ visitsId: this.visitsId }).then((res) => {
+      getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
         if (res.code == 200) {
           this.list = res.data;
           if (res.data.visitSource != 2) {