From dbf761cb549cdc0e8ef1ed266a41f515b8ef148d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 04 七月 2025 21:06:55 +0800 Subject: [PATCH] 11 --- src/views/ecg/doctor/Routine.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/doctor/Routine.vue b/src/views/ecg/doctor/Routine.vue index 3b63189..671c8d0 100644 --- a/src/views/ecg/doctor/Routine.vue +++ b/src/views/ecg/doctor/Routine.vue @@ -156,7 +156,12 @@ const onEventRoutine = () => { //console.info("onDevRentPanelEvent...") - onStagePatient.patId = "" + onStagePatient = { + id: 0, patId: "", patName: "", patGender: 0, + bookTimeslot: 0, bookCheckType: 0, isVip: 0, seqNum: 0, bookSeqNum: 0, + passed: 0, expired: 0, jumpFlag: 0, + roomId: 0, roomName: "", bedNo: "", status: 0 + } if (autoCall.value) { finishNextPatient() -- Gitblit v1.9.3