addresses form: add default country value

This commit is contained in:
nobohan
2021-05-28 12:31:08 +02:00
parent 165012b302
commit 935006eae3
2 changed files with 13 additions and 8 deletions

View File

@@ -168,12 +168,13 @@ export default {
}
}
},
mounted() {
this.getCountries();
},
methods: {
openModal() {
this.modal.showModal = true;
this.resetAll();
this.getCountries();
//this.$nextTick(function() {
// this.$refs.search.focus(); // positionner le curseur à l'ouverture de la modale
//})