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}