From 8734e4bb226fdf3cb140103f020c1eef595481da Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 八月 2025 14:30:22 +0800
Subject: [PATCH] 申请单类型字典更新
---
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