修改
This commit is contained in:
parent
63e45dbe3f
commit
384572601f
@ -203,8 +203,6 @@
|
|||||||
getAppPatientList(that.patientId).then(response => {
|
getAppPatientList(that.patientId).then(response => {
|
||||||
that.personInfo = response.data
|
that.personInfo = response.data
|
||||||
that.personInfo.address = response.data.areaName + response.data.address
|
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) {}
|
} catch (e) {}
|
||||||
@ -259,6 +257,7 @@
|
|||||||
this.orderlist.morningOpenEndTime = this.orderlist.morningOpenEndTime.slice(0, 5)
|
this.orderlist.morningOpenEndTime = this.orderlist.morningOpenEndTime.slice(0, 5)
|
||||||
this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5)
|
this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5)
|
||||||
this.orderlist.patientId = this.patientId
|
this.orderlist.patientId = this.patientId
|
||||||
|
this.orderlist.serviceAddress = this.personInfo.areaName + this.personInfo.address
|
||||||
submitAppointment(this.orderlist).then(res => {
|
submitAppointment(this.orderlist).then(res => {
|
||||||
if (res.code == 500) {
|
if (res.code == 500) {
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
|
|||||||
@ -72,6 +72,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.pageNum = 1
|
||||||
this.getPoserInfo();
|
this.getPoserInfo();
|
||||||
this.getHeathHousing();
|
this.getHeathHousing();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user