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;