|
@@ -382,7 +382,7 @@ export default {
|
382
|
382
|
this.form.arterial_pressure = '' // this.last_monitor_record.arterial_pressure;
|
383
|
383
|
this.form.transmembrane_pressure = '' // this.last_monitor_record.transmembrane_pressure;
|
384
|
384
|
this.form.ultrafiltration_rate = resp.monitor.ultrafiltration_rate ? resp.monitor.ultrafiltration_rate : ''
|
385
|
|
- this.form.ultrafiltration_volume = resp.monitor.ultrafiltration_volume ? resp.monitor.ultrafiltration_volume : ''
|
|
385
|
+ this.form.ultrafiltration_volume = ''
|
386
|
386
|
this.form.sodium_concentration = resp.monitor.sodium_concentration ? resp.monitor.sodium_concentration : ''
|
387
|
387
|
this.form.dialysate_temperature = resp.monitor.dialysate_temperature ? resp.monitor.dialysate_temperature : ''
|
388
|
388
|
this.form.temperature = resp.monitor.temperature ? resp.monitor.temperature : ''
|