wip
This commit is contained in:
parent
03cf8159b2
commit
8573766ccd
|
|
@ -135,9 +135,9 @@
|
||||||
if (typeof index == 'number') {
|
if (typeof index == 'number') {
|
||||||
this.editIndex = index;
|
this.editIndex = index;
|
||||||
this.form = JSON.parse(JSON.stringify(this.addresses[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
|
this.editShow = true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue