소스 검색

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 4 년 전
부모
커밋
cca1cd2769
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
     }