lkk
2025-02-06 8c6f8e64ca39b0ca7bf545eb0c0328fb79914424
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 = [];