소스 검색

拜访任务页面优化

sunny 3 달 전
부모
커밋
6d82d277b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/historicalVisit/historicalDetails.vue

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

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