From 51123d5ad145745f855280783c01cc2906b693d0 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期三, 24 一月 2024 18:00:20 +0800
Subject: [PATCH] su

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 8f6ff14..3d9e750 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>
@@ -1315,6 +1315,12 @@
         }
       });
     },
+    hb(){
+      console.log(this.queryParams.tjNumber);
+       if (this.queryParams.tjNumber != "") {
+        this.submitForm();
+      }
+    },
 
     // 鎼滅储
     submitForm() {

--
Gitblit v1.8.0