From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 05 三月 2025 17:00:38 +0800
Subject: [PATCH] 1

---
 src/views/doctor/check/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 808bde7..719b8d3 100644
--- a/src/views/doctor/check/index.vue
+++ b/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 = [];

--
Gitblit v1.8.0