From 1ca6a7156163dc9d489a7b0bbff77f1b84933178 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 17 六月 2023 14:45:36 +0800
Subject: [PATCH] 更新页面展示

---
 src/samples/sockteStomp.ts |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 6f5064a..d85e949 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -87,6 +87,7 @@
         name:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientName,
         patientAvatarIcon:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientAvatarIcon,
         deviceCode:resultInfo.deviceCode===null?"":resultInfo.deviceCode,
+        patientGender:resultInfo.patientInfo.patientGender,
         hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode,
         pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
         datetime:da,
@@ -94,7 +95,15 @@
         isScheduled:resultInfo.isScheduled,
         isAfterMed:resultInfo.isAfterMed,
         deviceNo:resultInfo.deviceNo,
-        preWeight:resultInfo.preWeight
+        preWeight:resultInfo.preWeight,
+        // s上次体重
+        lastTimeAfterWeight:resultInfo.lastTimeAfterWeight,
+        // 上次血压
+        lastTimeAfterBP:resultInfo.lastTimeAfterBP,
+        txq:resultInfo.txq,
+        medMethod:resultInfo.medMethod,
+        glq:resultInfo.glq,
+        preBP:resultInfo.preBP
     }
     // 写入vuex里
     patientInfoStore().setpatientInfo(info)

--
Gitblit v1.8.0