From 092b7aab1265d60b67bfba620b2f0464e9afd8a9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 28 五月 2025 11:28:27 +0800
Subject: [PATCH] 改一个大版本

---
 src/samples/sockteStomp.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 17ae283..2320f04 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -78,7 +78,7 @@
 }
 const writePatient=(resultInfo:any)=>{
     // 给一个时间变化
-    const da=new Date().toTimeString()  
+    const da=new Date()
     console.log(da)
     const info={
         id:resultInfo.patientInfo===null?0:resultInfo.patientInfo.id,
@@ -94,6 +94,7 @@
         isScheduled:resultInfo.isScheduled,
         isAfterMed:resultInfo.isAfterMed,
         deviceNo:resultInfo.deviceNo,
+        设备分区名称:resultInfo.设备分区名称,
         preWeight:resultInfo.preWeight,
         // s上次体重
         lastTimeAfterWeight:resultInfo.lastTimeAfterWeight,
@@ -102,7 +103,9 @@
         txq:resultInfo.txq,
         medMethod:resultInfo.medMethod,
         glq:resultInfo.glq,
-        preBP:resultInfo.preBP
+        preBP:resultInfo.preBP,
+        nextRecordDate:resultInfo.nextRecordDate,
+        actuallyClliang:resultInfo.actuallyClliang
     }
     // 写入vuex里
     patientInfoStore().setpatientInfo(info)

--
Gitblit v1.8.0