34
chenyincheng
2023-04-12 a814f6eb98bb1f38a80415abefd61df71a579a8a
src/samples/sockteStomp.ts
@@ -90,7 +90,9 @@
        hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode,
        pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight,
        datetime:da,
        isScheduled:resultInfo.isScheduled
        clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight,
        isScheduled:resultInfo.isScheduled,
        isAfterMed:resultInfo.isAfterMed
    }
    // 写入vuex里
    patientInfoStore().setpatientInfo(info)