|
@@ -494,6 +494,7 @@ export default {
|
494
|
494
|
this.form.dialysis_irrigation = this.dialysis_order.dialysis_irrigation;
|
495
|
495
|
this.form.blood_access_id = this.dialysis_order.blood_access_id;
|
496
|
496
|
this.blood_access_option_name = this.changeBloodAccessOpion(this.dialysis_order.blood_access_id)
|
|
497
|
+ this.form.schedual_type = this.dialysis_order.schedule_type
|
497
|
498
|
this.punctureNeedleOptions = getDataConfig(
|
498
|
499
|
"hemodialysis",
|
499
|
500
|
"puncture_needle"
|
|
@@ -808,7 +809,7 @@ export default {
|
808
|
809
|
this.schedual_type = 3;
|
809
|
810
|
}
|
810
|
811
|
} else {
|
811
|
|
- this.schedual_type = this.dialysis_order.schedual_type;
|
|
812
|
+ this.schedual_type = this.dialysis_order.schedule_type;
|
812
|
813
|
}
|
813
|
814
|
|
814
|
815
|
if (this.dialysis_order.id > 0) {
|