From d085d0504041e29e82b51a6ade1a183149fc9ffa Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 09 九月 2025 16:44:55 +0800
Subject: [PATCH] Merge branch 'master' of http://dh.leon056.com:7499/r/data2/Single_application into ID1956-已签到页面改版

---
 src/store/type/bedsideAuxiliaryScreen.type.ts |    2 ++
 src/store/bedsideAuxiliaryScreen.ts           |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/store/bedsideAuxiliaryScreen.ts b/src/store/bedsideAuxiliaryScreen.ts
index e67222b..34398b5 100644
--- a/src/store/bedsideAuxiliaryScreen.ts
+++ b/src/store/bedsideAuxiliaryScreen.ts
@@ -77,7 +77,7 @@
 
     // 重连控制
     let retryCount = 0;
-    const maxRetryCount = 1000 * 6 * 1000; // 最大重连次数
+    const maxRetryCount = 6000 * 60 * 24 * 30;
     const baseRetryDelay = 1000; // 1秒开始重连延迟
 
     /**
diff --git a/src/store/type/bedsideAuxiliaryScreen.type.ts b/src/store/type/bedsideAuxiliaryScreen.type.ts
index a121c77..2415e3a 100644
--- a/src/store/type/bedsideAuxiliaryScreen.type.ts
+++ b/src/store/type/bedsideAuxiliaryScreen.type.ts
@@ -156,6 +156,7 @@
   血压2_前半程最低收缩压: number | null;
   透后体重减干体重的差值: number | null;
   血压1_透前舒张压: number | null;
+  患者出生日期: string;
 }
 
 export interface VascularAccess {
@@ -512,6 +513,7 @@
     signedIn: defaultSignedIn(), // 已签到时需要的数据
     underTreatment: defaultUnderTreatment(), // 治疗中需要的数据
     sphygmomanometer: defaultSphygmomanometer(), // 血压计传过来的数据
+    患者出生日期: '',
   };
 };
 

--
Gitblit v1.8.0