From e9ef9bfe411bda655f6231f3213cb09039b9dbb7 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 27 十一月 2023 09:22:21 +0800
Subject: [PATCH] 更新识别逻辑 定时

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

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 17ae283..5f6a3f9 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,
@@ -102,7 +102,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