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