This commit is contained in:
曹辉 2023-05-10 08:55:48 +08:00
parent 5059cd422a
commit 54fef52c32

View File

@ -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
}