huangyw 3 年之前
父節點
當前提交
8472dc7724
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue

+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

@@ -1228,8 +1228,8 @@ export default {
1228 1228
       this.setEditMonitor(null);
1229 1229
       this.$refs.table.setCurrentRow(null);
1230 1230
       if(this.monitors.length == 0){
1231
-        this.form.result = "引血100ml/min"
1232
-        this.result_selecteds = this.form.result.split(',')
1231
+        this.form.dispose = "引血100ml/min"
1232
+        this.dispose_selecteds = this.form.dispose.split(',')
1233 1233
       }
1234 1234
       this.edit = true;
1235 1235
       this.isAdd = true;