Explorar o código

撤回上次提交修改

sunny hai 3 meses
pai
achega
f278a7edf8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {