3
0
Fork 0

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

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

View File

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

View File

@ -112,10 +112,10 @@ export default {
}
},
watch: {},
onLoad() {
onLoad() {},
onShow() {
this.getDataList()
},
onShow() {},
methods: {
findWhy(item) {
this.rejectContent = item.rejectMsg