From ffb5cf79a2d5d7603cb97e79bd04f598eceb0352 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 20 三月 2025 10:41:29 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/profile/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index 53093d6..c38ea4c 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -172,6 +172,8 @@
                       v-model="inputValue"
                       @change="handleInputConfirm"
                       filterable
+                      remote
+                      :remote-method="remoteMethod"
                       allow-create
                       default-first-option
                       placeholder="璇烽�夋嫨/鏌ヨ"
@@ -422,7 +424,7 @@
             prop="leavehospitaldistrictname"
             width="120"
           />
-          <el-table-column
+          <!-- <el-table-column
             label="涓绘不鍖荤敓"
             align="center"
             key="drname"
@@ -436,7 +438,7 @@
             key="nurseName"
             prop="nurseName"
             width="120"
-          />
+          /> -->
         </el-table>
         <pagination
           v-show="total > 0"
@@ -1261,6 +1263,8 @@
       });
     },
     remoteMethod(value) {
+      console.log('瑙﹀彂');
+
       const illnessqueryParams = {
         pageNum: 1,
         pageSize: 100,

--
Gitblit v1.9.3