src/views/doctor/check/index.vue
@@ -1598,8 +1598,14 @@ return ""; }, getbzlist() { this.loading = true; getDeptAdvice(this.queryParam1).then((response) => { this.deptAdviceList = response.data.list; if(response.data.list){ this.deptAdviceList = response.data.list; this.loading = false } this.total1 = response.data.total; }); }, @@ -2539,6 +2545,7 @@ tjNumber: this.tjNumber, proParentId: this.nums, }; this.loading = true; getParentId(data).then((response) => { this.proParentList = response.data; this.value = [];