From cc6d41fd69b56d9018fbaeaecf61b17ae1a25d62 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 30 八月 2024 15:04:16 +0800 Subject: [PATCH] remove obsolete module --- src/views/ecg/appointment/AppointmentConfirm.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue index db8a21c..38dd2f9 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 @@ -200,7 +200,7 @@ bookId: "", bookTime: new Date(), bookDate: new Date(), - bookTimeslot: 10001015, + bookTimeslot: 9000930, bookCheckType: 10 } formRef.value?.resetFields() -- Gitblit v1.9.3