From a7fb2f5eab3e548f040004c1019f1c994eb91ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 09 十二月 2025 14:44:36 +0800
Subject: [PATCH] 日常更新
---
src/samples/sockteStomp.ts | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index e1fcc92..d867d75 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -80,6 +80,7 @@
// 给一个时间变化
const da=new Date()
console.log(da)
+
const info={
id:resultInfo.patientInfo===null?0:resultInfo.patientInfo.id,
code:resultInfo.patientInfo===null?'':resultInfo.patientInfo.code,
@@ -88,6 +89,7 @@
patientAvatarIcon:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientAvatarIcon,
deviceCode:resultInfo.deviceCode===null?"":resultInfo.deviceCode,
patientGender:resultInfo.patientInfo.patientGender,
+ patientGenderText:resultInfo.patientInfo.patientGenderText,
hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode,
pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
datetime:da,
@@ -106,7 +108,9 @@
glq:resultInfo.glq,
preBP:resultInfo.preBP,
nextRecordDate:resultInfo.nextRecordDate,
- actuallyClliang:resultInfo.actuallyClliang
+ actuallyClliang:resultInfo.actuallyClliang,
+ 下次透析方案名称:resultInfo.下次透析方案名称,
+ 下次透析时段:resultInfo.下次透析时段
}
// 写入vuex里
patientInfoStore().setpatientInfo(info)
--
Gitblit v1.8.0