This commit is contained in:
Jonathan Chevalier
2022-10-21 17:35:12 +02:00
parent 29e052c9f3
commit 054b798e90
2 changed files with 21 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ export default {
},
selectChoice(item) {
this.searchResults = []
this.query = item.properties.label
this.store.setStreet(item.properties.name)
this.store.setZipCode(item.properties.postcode)