src/views/home/index.vue
@@ -221,7 +221,7 @@ patientCodeLs = mode.patientCode } // 计算目标脱水量 if (Number(weightInfo.value.result) > 0 && Number(patientInfo.value.pureWeight) !== 0) { if (Number(weightInfo.value.result) > 0 && Number(patientInfo.value.pureWeight) !== 0&&patientInfo.value.isAfterMed===0) { state.aimTSL = (Number(weightInfo.value.result) - Number(patientInfo.value.pureWeight)- Number(patientInfo.value.clothesWeight)).toFixed(2) } }