From e2a82b164d6b69adb8799d5871d31205f1023873 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期五, 31 七月 2026 16:27:19 +0800
Subject: [PATCH] 扫码松
---
src/views/ecg/appointment/AppointmentConfirm.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue
index 4066432..65ce319 100644
--- a/src/views/ecg/appointment/AppointmentConfirm.vue
+++ b/src/views/ecg/appointment/AppointmentConfirm.vue
@@ -5,7 +5,7 @@
v-model="queryParams.patId"
placeholder="璇疯緭鍏ユ偅鑰呯紪鍙�"
clearable
- @input="searchBookInfo"
+ @change="searchUser"
/>
</el-form-item>
</div>
@@ -149,7 +149,13 @@
})
const formRef = ref() // 琛ㄥ崟 Ref
+const searchUser=()=>{
+ setTimeout(() => {
+ searchBookInfo();
+ }, 500);
+}
const searchBookInfo = async () => {
+
resetForm()
if (null === queryParams.patId || '' === queryParams.patId.trim()) return
@@ -171,6 +177,7 @@
message: '璇峰厛棰勭害',
type: 'warning'
})
+
}
/** 閲嶇疆琛ㄥ崟 */
--
Gitblit v1.9.3