|
|
|
|
1228
|
this.setEditMonitor(null);
|
1228
|
this.setEditMonitor(null);
|
1229
|
this.$refs.table.setCurrentRow(null);
|
1229
|
this.$refs.table.setCurrentRow(null);
|
1230
|
if(this.monitors.length == 0){
|
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
|
this.edit = true;
|
1234
|
this.edit = true;
|
1235
|
this.isAdd = true;
|
1235
|
this.isAdd = true;
|