@@ -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) {