This commit is contained in:
曹辉 2023-02-20 16:56:39 +08:00
parent 63e45dbe3f
commit 384572601f
2 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,6 @@
getAppPatientList(that.patientId).then(response => {
that.personInfo = response.data
that.personInfo.address = response.data.areaName + response.data.address
that.orderlist.patientId = response.data.patientId
that.orderlist.serviceAddress = response.data.areaName + response.data.address
})
}
} catch (e) {}
@ -259,6 +257,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
submitAppointment(this.orderlist).then(res => {
if (res.code == 500) {
that.$refs.uToast.show({

View File

@ -72,6 +72,7 @@
};
},
onShow() {
this.pageNum = 1
this.getPoserInfo();
this.getHeathHousing();
},