From aa2d6665f95a0701b61272fd8065663070565034 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 四月 2025 12:31:05 +0800
Subject: [PATCH] bug fix:  pat_id  dev_id 都为空时 不应该取患者列表

---
 src/views/ecg/doctor/index.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue
index 52e210f..f119c29 100644
--- a/src/views/ecg/doctor/index.vue
+++ b/src/views/ecg/doctor/index.vue
@@ -152,12 +152,8 @@
 })
 
 const onEventDevReady = () => {
-  onStagePatient = {
-    bedNo: "", bookCheckType: 0, bookTimeslot: 0, expired: 0, id: 0, jumpFlag: 0, passed: 0,
-    patGender: 0, patId: "", patName: "", roomId: 0, roomName: "", seqNum: 0, status: 0
-  }
+  onStagePatient.patId = ""
 
-  console.info("autoCall " + autoCall.value)
   if (autoCall.value) {
     finishNextPatient()
   } else {

--
Gitblit v1.9.3