From 63ba63b49f07fdbeffaf0b5a0b7ae8cfedf405f7 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期四, 23 三月 2023 15:56:22 +0800
Subject: [PATCH] 优化
---
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