From 5f863174c87662b967d4c5e123ea0cd3e6e11ebb Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 19 五月 2023 14:36:57 +0800
Subject: [PATCH] 34
---
src/samples/sockteStomp.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index d1e0468..6f5064a 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -91,7 +91,10 @@
pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
datetime:da,
clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
- isScheduled:resultInfo.isScheduled
+ isScheduled:resultInfo.isScheduled,
+ isAfterMed:resultInfo.isAfterMed,
+ deviceNo:resultInfo.deviceNo,
+ preWeight:resultInfo.preWeight
}
// 写入vuex里
patientInfoStore().setpatientInfo(info)
--
Gitblit v1.8.0