Преглед изворни кода

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
     }