This commit is contained in:
pushuo 2022-11-11 18:03:35 +08:00
parent 03cf8159b2
commit 8573766ccd
1 changed files with 1 additions and 1 deletions

View File

@ -135,9 +135,9 @@
if (typeof index == 'number') {
this.editIndex = index;
this.form = JSON.parse(JSON.stringify(this.addresses[index]))
this.countryChange(this.form.country_id);
}
this.countryChange(this.form.country_id);
this.editShow = true
},