diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index 172126da..24ac995c 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -135,6 +135,7 @@ if (typeof index == 'number') { this.editIndex = index; this.form = JSON.parse(JSON.stringify(this.addresses[index])) + this.countryChange(this.form.country_id); } this.editShow = true diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index 9a0770b4..fa4bd4ea 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -295,6 +295,7 @@ this.$nextTick(() => { this.dialogAddress.form = JSON.parse(JSON.stringify(this.source.addresses[index])) + this.countryChange(this.dialogAddress.form.country_id); }) }