소스 검색

修改体重增加

张保健 5 년 전
부모
커밋
af40b4158e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/main/dialog/subMenu/MsgTip.vue

+ 1 - 1
src/pages/main/dialog/subMenu/MsgTip.vue 파일 보기

@@ -78,7 +78,7 @@ export default {
78 78
       this.predialysis.weight_before > 0 &&
79 79
       this.last_record.weight_after > 0
80 80
     ) {
81
-      add_weight = parseFloat(
81
+      this.add_weight = parseFloat(
82 82
         this.predialysis.weight_before - this.last_record.weight_after
83 83
       ).toFixed(2);
84 84
     }