From 563952b6d7c953ab7888512ea6c78d9cad0f80b6 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 四月 2025 13:26:50 +0800
Subject: [PATCH] update

---
 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