Browse Source

修改体重增加

张保健 4 years ago
parent
commit
af40b4158e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/dialog/subMenu/MsgTip.vue

+ 1 - 1
src/pages/main/dialog/subMenu/MsgTip.vue View File

@@ -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
     }