浏览代码

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
     }