From 547be67ed775576f1c9b593f48dd846c642cff50 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 15:38:37 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/hospital.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index 1ad3d9c..fa1e916 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -516,7 +516,7 @@
   created() {
 
     this.getList();
-    this.listDept();
+    // this.listDept();
     this.gettabList();
   },
   methods: {
@@ -546,12 +546,12 @@
         this.loading = false;
       });
     },
-    listDept() {
-      listDept(this.queryParams).then((res) => {
-        this.deptList = res.data;
-        console.log(this.deptList, "this.deptList");
-      });
-    },
+    // listDept() {
+    //   listDept(this.queryParams).then((res) => {
+    //     this.deptList = res.data;
+    //     console.log(this.deptList, "this.deptList");
+    //   });
+    // },
     /** 鏌ヨ鏍囩鍒楄〃 */
     gettabList() {
       const tagqueryParams = {

--
Gitblit v1.9.3