From 438d1b156d1eb038bb54ad92cb12a6bf28889011 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 06 九月 2024 17:57:01 +0800
Subject: [PATCH] 拆装机功能
---
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