chenyc
2023-05-18 a5673d5a3fb9291054a98e56ab359431433ee5fa
src/samples/sockteStomp.ts
@@ -91,7 +91,10 @@
        pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
        datetime:da,
        clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
        isScheduled:resultInfo.isScheduled
        isScheduled:resultInfo.isScheduled,
        isAfterMed:resultInfo.isAfterMed,
        deviceNo:resultInfo.deviceNo,
        preWeight:resultInfo.preWeight
    }
    // 写入vuex里
    patientInfoStore().setpatientInfo(info)