feat(updateAddress): 修复修改地址成功后返回列表页不刷新的问题
This commit is contained in:
parent
5f0d1cceff
commit
cc09124476
|
@ -228,7 +228,7 @@ export default {
|
||||||
this.address = query.recProvinceVal + query.recCityVal
|
this.address = query.recProvinceVal + query.recCityVal
|
||||||
}
|
}
|
||||||
this.addressForm.newRecName = query.recName
|
this.addressForm.newRecName = query.recName
|
||||||
this.addressForm.newRecPhone = query.recPhone
|
this.$set(this.addressForm, 'newRecPhone', query.recPhone)
|
||||||
this.addressForm.newRecAddress = query.recAddress
|
this.addressForm.newRecAddress = query.recAddress
|
||||||
this.addressForm.newRecProvince = query.recProvince
|
this.addressForm.newRecProvince = query.recProvince
|
||||||
this.addressForm.newRecCity = query.recCity
|
this.addressForm.newRecCity = query.recCity
|
||||||
|
|
|
@ -112,10 +112,10 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
onLoad() {
|
onLoad() {},
|
||||||
|
onShow() {
|
||||||
this.getDataList()
|
this.getDataList()
|
||||||
},
|
},
|
||||||
onShow() {},
|
|
||||||
methods: {
|
methods: {
|
||||||
findWhy(item) {
|
findWhy(item) {
|
||||||
this.rejectContent = item.rejectMsg
|
this.rejectContent = item.rejectMsg
|
||||||
|
|
Loading…
Reference in New Issue