修改
This commit is contained in:
parent
91258d2442
commit
8e90c1f144
@ -255,9 +255,23 @@
|
||||
if (item == 'morning') {
|
||||
this.formdata.appointmentStartTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||
.starttime
|
||||
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].morningList[0].schedulePlanDetailId
|
||||
|
||||
}else{
|
||||
this.formdata.schedulePlanDetailId=''
|
||||
|
||||
}
|
||||
} else if (item == 'after') {
|
||||
this.formdata.appointmentEndTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||
.endtime
|
||||
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].afternoonList[0].schedulePlanDetailId
|
||||
|
||||
}else{
|
||||
this.formdata.schedulePlanDetailId=''
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user