From eca89cf0e2e74823fc68cb4e4bb237a1618ca912 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 02 二月 2024 17:52:12 +0800
Subject: [PATCH] su

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 8f6ff14..8ead2cd 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -22,7 +22,7 @@
           v-model="queryParams.tjNumber"
           style="width: 240px"
           placeholder="璇疯緭鍏ヤ綋妫�鍙�"
-          @blur="submitForm"
+          @blur="hb"
           @keyup.enter.native="submitForm"
         ></el-input>
       </el-form-item>
@@ -223,7 +223,7 @@
               <el-select
                 v-model="form.hzDeptId"
                 multiple
-                filterable
+                filterable569-0=
                 style="width: 100%"
               >
                 <el-option
@@ -1315,6 +1315,12 @@
         }
       });
     },
+    hb() {
+      console.log(this.queryParams.tjNumber);
+      if (this.queryParams.tjNumber != "") {
+        this.submitForm();
+      }
+    },
 
     // 鎼滅储
     submitForm() {

--
Gitblit v1.8.0