3
0
Fork 0

feat(updateAddress): 修复修改地址成功后返回列表页不刷新的问题

This commit is contained in:
woody 2025-05-26 11:43:38 +08:00
parent 21d10de6e2
commit f911c08d96
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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