From 22a9a5fe525fb893ecaa8d4a8bfb65169ce02fc4 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 14:52:27 +0800
Subject: [PATCH] update & refactor

---
 src/views/ecg/appointment/AppointmentConfirm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue
index f6e3664..9ddf270 100644
--- a/src/views/ecg/appointment/AppointmentConfirm.vue
+++ b/src/views/ecg/appointment/AppointmentConfirm.vue
@@ -122,7 +122,7 @@
   bookTime: new Date(),
   bookDate: new Date(),
   bookTimeslot: 9301030,
-  bookCheckType: checkTypeStore.getCheckTypeName(100),
+  bookCheckType: getCheckTypeName(100),
   paid: 0,
 })
 const formRef = ref() // 琛ㄥ崟 Ref
@@ -176,7 +176,7 @@
     bookTime: new Date(),
     bookDate: new Date(),
     bookTimeslot: 9301030,
-    bookCheckType: checkTypeStore.getCheckTypeName(100),
+    bookCheckType: getCheckTypeName(100),
     paid: 0,
     bookSeqNum: 0
   }

--
Gitblit v1.9.3