소스 검색

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

zhujindu 6 달 전
부모
커밋
010febdeb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {