From b5c1662e0bc4ee6d19a01d8465d3fe139e2adb3f Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 25 十一月 2024 21:55:22 +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