From a3fa1224081f5b2d1c31dfac89a6886a363ac2ce Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 28 四月 2023 19:01:15 +0800
Subject: [PATCH] 45
---
src/samples/sockteStomp.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index d1e0468..372183b 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -91,7 +91,8 @@
pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
datetime:da,
clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
- isScheduled:resultInfo.isScheduled
+ isScheduled:resultInfo.isScheduled,
+ isAfterMed:resultInfo.isAfterMed
}
// 写入vuex里
patientInfoStore().setpatientInfo(info)
--
Gitblit v1.8.0