Explorar el Código

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

zhujindu hace 6 meses
padre
commit
010febdeb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {