From 8dfce4d85ea0f2445a65b35e50830460a9e07c9e Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 18 十一月 2024 17:57:46 +0800 Subject: [PATCH] 医生允许坐多个工位 --- src/views/ecg/appointment/AppointmentConfirm.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue index 3dd9892..41ae189 100644 --- a/src/views/ecg/appointment/AppointmentConfirm.vue +++ b/src/views/ecg/appointment/AppointmentConfirm.vue @@ -151,6 +151,7 @@ /** 閲嶇疆琛ㄥ崟 */ const resetForm = () => { + appointmentVOList.value.length=0; formData.value = { id: 0, applyNo: "", -- Gitblit v1.9.3