34
chenyincheng
2023-04-13 f920064ce42eaaa74311446c089ceb52d2830491
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)