소스 검색

撤回上次提交修改

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

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

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