修改
This commit is contained in:
parent
3f99c4f3f2
commit
4d93e5a546
@ -292,7 +292,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({
|
||||
|
||||
@ -157,7 +157,6 @@
|
||||
* 点击城市后回调
|
||||
*/
|
||||
async changCity(index, item) {
|
||||
console.log(index, this.tabCurrentIndex)
|
||||
if (this.tabbars[index].id != item.id) {
|
||||
this.tabbars[index].localName = item.areaName;
|
||||
this.tabbars[index].id = item.areaCode;
|
||||
@ -188,7 +187,6 @@
|
||||
parentId: 999999999,
|
||||
sort: null,
|
||||
})
|
||||
console.log(this.tabbars)
|
||||
}
|
||||
this.tabCurrentIndex++;
|
||||
// 当前距离重新为最上面
|
||||
|
||||
@ -166,11 +166,11 @@
|
||||
},
|
||||
// 三级地址联动回调
|
||||
getpickerParentValue(e) {
|
||||
e = e.filter(ele => ele.localName != '暂不选择')
|
||||
this.addresslength = e
|
||||
this.infolist.address = ''
|
||||
this.infolist.areaCode = ''
|
||||
if (e && e.length >= 1) {
|
||||
e = e.filter(ele => ele.localName != '暂不选择')
|
||||
e.forEach(el => {
|
||||
this.infolist.address = this.infolist.address + el.localName
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user