chenyincheng
2023-03-25 f5dc6411333d824d8b585734d2006367df2ab76a
src/samples/sockteStomp.ts
@@ -91,7 +91,8 @@
        pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
        datetime:da,
        clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
        isScheduled:resultInfo.isScheduled
        isScheduled:resultInfo.isScheduled,
        isAfterMed:resultInfo.isAfterMed
    }
    // 写入vuex里
    patientInfoStore().setpatientInfo(info)