From a5673d5a3fb9291054a98e56ab359431433ee5fa Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 18 五月 2023 21:07:51 +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 34e6db5..6f5064a 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -90,7 +90,11 @@
hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode,
pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
datetime:da,
- isScheduled:resultInfo.isScheduled
+ clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
+ isScheduled:resultInfo.isScheduled,
+ isAfterMed:resultInfo.isAfterMed,
+ deviceNo:resultInfo.deviceNo,
+ preWeight:resultInfo.preWeight
}
// 写入vuex里
patientInfoStore().setpatientInfo(info)
--
Gitblit v1.8.0