diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 6d1edd8..196b346 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -304,6 +304,7 @@ this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5) this.orderlist.patientId = this.patientId this.orderlist.serviceAddress = this.personInfo.address + this.orderlist.disablingCondition = this.disablingCondition if (this.orderlist.disablingCondition == 'NOT_DISABLED') { this.orderlist.disablingReason = null }