From 3bd1fe3f2c6555e01b365a3413b8c96ba3d22041 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 25 十一月 2024 22:20:34 +0800 Subject: [PATCH] 检查项目 注意事项 --- src/views/ecg/appointment/AppointmentConfirm.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue index 3dd9892..791bda5 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: "", @@ -174,6 +175,7 @@ bookTimeslot: 9301030, bookCheckType: checkTypeStore.getCheckTypeName(100), paid: 0, + bookSeqNum: 0 } formRef.value?.resetFields() } -- Gitblit v1.9.3