From a814f6eb98bb1f38a80415abefd61df71a579a8a Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期三, 12 四月 2023 09:30:43 +0800
Subject: [PATCH] 34

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

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 34e6db5..372183b 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -90,7 +90,9 @@
         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
     }
     // 写入vuex里
     patientInfoStore().setpatientInfo(info)

--
Gitblit v1.8.0