Small refactor
This commit is contained in:
parent
d2ed91e919
commit
f0957a9bba
1 changed files with 3 additions and 6 deletions
|
|
@ -162,7 +162,9 @@ export default {
|
||||||
this.shopIndex = 0;
|
this.shopIndex = 0;
|
||||||
this.getNextShopsFromList();
|
this.getNextShopsFromList();
|
||||||
|
|
||||||
this.displaySeeMoreLocationsLink = true;
|
this.displaySeeMoreLocationsLink = true;
|
||||||
|
this.selectedValue = "";
|
||||||
|
this.$refs.buttonQuestion.resetField();
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -189,11 +191,6 @@ export default {
|
||||||
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
|
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
|
||||||
|
|
||||||
this.resetShopList();
|
this.resetShopList();
|
||||||
|
|
||||||
this.selectedValue = "";
|
|
||||||
|
|
||||||
this.$refs.buttonQuestion.resetField();
|
|
||||||
|
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue