From 608b8c5f7e43c3a3f43ffffaa8287c8434adbdc9 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期三, 22 三月 2023 20:14:43 +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 06ff34e..d1e0468 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -90,6 +90,7 @@
hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode,
pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
datetime:da,
+ clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
isScheduled:resultInfo.isScheduled
}
// 写入vuex里
@@ -187,4 +188,4 @@
stompClient.send(`/app/patient/info/set`,{},JSON.stringify(mode))
}
}
-export {creatorClient,sendPationCode,sendPationSet,writeResult}
+export {creatorClient,sendPationCode,sendPationSet,writeResult,writePatient}
--
Gitblit v1.8.0