45
chenyincheng
2023-03-04 bf53bd193071d74946455800dbb2edb5fdd0bb27
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}