diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 0682c35..39fc4fb 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -210,6 +210,7 @@ getAppPatientList(that.patientId).then(response => { that.personInfo = response.data that.personInfo.address = response.data.areaName + response.data.address + that.orderlist.serviceAddress = that.personInfo.address }) } }, @@ -264,7 +265,7 @@ this.orderlist.morningOpenEndTime = this.orderlist.morningOpenEndTime.slice(0, 5) this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5) this.orderlist.patientId = this.patientId - this.orderlist.serviceAddress = this.personInfo.areaName + this.personInfo.address + this.orderlist.serviceAddress = this.personInfo.address submitAppointment(this.orderlist).then(res => { if (res.code == 500) { that.$refs.uToast.show({