From c700679335c64493706ed8a513da20f210e24b03 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 11 九月 2024 17:05:04 +0800 Subject: [PATCH] 装机 OK --- src/views/ecg/appointment/AppointmentConfirm.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue index db8a21c..95f981c 100644 --- a/src/views/ecg/appointment/AppointmentConfirm.vue +++ b/src/views/ecg/appointment/AppointmentConfirm.vue @@ -126,7 +126,7 @@ patId: undefined }) -const formData = ref({ +const formData = ref<AppointmentVO>({ id: 0, patId: "", patName: "", @@ -144,7 +144,7 @@ bookId: "", bookTime: new Date(), bookDate: new Date(), - bookTimeslot: 10001015, + bookTimeslot: 9000930, bookCheckType: 10 }) const formRef = ref() // 琛ㄥ崟 Ref @@ -179,7 +179,6 @@ message.info(data) } - /** 閲嶇疆琛ㄥ崟 */ const resetForm = () => { formData.value = { @@ -200,7 +199,7 @@ bookId: "", bookTime: new Date(), bookDate: new Date(), - bookTimeslot: 10001015, + bookTimeslot: 9000930, bookCheckType: 10 } formRef.value?.resetFields() -- Gitblit v1.9.3