pref#hmc_福利代选择优化
This commit is contained in:
@@ -1046,8 +1046,10 @@ layout("/layouts/platform.html"){
|
|||||||
// 回显默认地址
|
// 回显默认地址
|
||||||
if (this.addressOptions) {
|
if (this.addressOptions) {
|
||||||
const address = this.addressOptions.find(a => a.isDefault)
|
const address = this.addressOptions.find(a => a.isDefault)
|
||||||
this.$set(this.formData, "addressId", address.id)
|
if (address) {
|
||||||
this.$set(this.editWelfareData, "receiveAddress", address.name)
|
this.$set(this.formData, "addressId", address.id)
|
||||||
|
this.$set(this.editWelfareData, "receiveAddress", address.name)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
addressChange(val) {
|
addressChange(val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user