From c771431b0402393fb432a2a8536768086c9fd09b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 26 十一月 2024 15:06:00 +0800
Subject: [PATCH] 预约确认后清除

---
 src/views/ecg/appointment/AppointmentConfirm.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue
index 791bda5..c94ee49 100644
--- a/src/views/ecg/appointment/AppointmentConfirm.vue
+++ b/src/views/ecg/appointment/AppointmentConfirm.vue
@@ -7,7 +7,7 @@
 
   <div style="display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 20px">
     <div v-for="_appointment in appointmentVOList" :key="_appointment.applyNo">
-      <CheckItemPanel  :appointment="_appointment" />
+      <CheckItemPanel  :appointment="_appointment"  @event_appoint_confirm="onEventAppointConfirm"/>
     </div>
   </div>
 
@@ -180,6 +180,10 @@
   formRef.value?.resetFields()
 }
 
+const onEventAppointConfirm = () => {
+  queryParams.patId = ""
+}
+
 /** 鍒濆鍖� **/
 onMounted(() => {
   resetForm()

--
Gitblit v1.9.3