From c771431b0402393fb432a2a8536768086c9fd09b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 26 十一月 2024 15:06:00 +0800
Subject: [PATCH] 预约确认后清除
---
src/views/ecg/queue/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/ecg/queue/index.vue b/src/views/ecg/queue/index.vue
index 84e4000..5fcf837 100644
--- a/src/views/ecg/queue/index.vue
+++ b/src/views/ecg/queue/index.vue
@@ -176,7 +176,7 @@
<el-button
link
type="primary"
- @click="openAppointmentForm('preview', scope.row.patId)"
+ @click="openAppointmentForm('preview', scope.row.patId, scope.row.bookCheckType)"
v-hasPermi="['ecg:appointment:preview']"
>
鏌ョ湅
@@ -297,8 +297,8 @@
const openForm = (type: string, id?: number) => {
formRef.value.open(type, id)
}
-const openAppointmentForm = (type: string, patId: string, status: number) => {
- formRef.value.openByQueue(type, patId, status)
+const openAppointmentForm = (type: string, patId: string, checkType: number) => {
+ formRef.value.openByQueue(type, patId, checkType)
}
/** 鍒犻櫎鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.3