From d123e2f773b181eb672676815c40746101b9d461 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Thu, 25 Dec 2025 10:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=8F=B7=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/patientRegister/patientRegisterQuery.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue index e02c5a2..048f738 100644 --- a/src/components/patientRegister/patientRegisterQuery.vue +++ b/src/components/patientRegister/patientRegisterQuery.vue @@ -29,7 +29,7 @@
档案号 + style="width: 80px" @input="changeValue" />
姓名 @@ -201,7 +201,9 @@ export default { this.patientRegister.query.isRecoverGuide = null }, - + changeValue (e) { + this.$forceUpdate() + }, init(customerOrgId) { if (!customerOrgId || customerOrgId == this.dict.personOrgId) { this.patientRegister.query.customerOrgRegister = null