From bf53bd193071d74946455800dbb2edb5fdd0bb27 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期六, 04 三月 2023 13:18:39 +0800
Subject: [PATCH] 45

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

diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 34e6db5..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里

--
Gitblit v1.8.0