From 7cd959aabbf9e9f06be7b1c82925d6f29491f31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 7 Apr 2023 10:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({