diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index ec6c0c18f..34441440d 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -162,7 +162,9 @@ export default { this.shopIndex = 0; 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" }); this.resetShopList(); - - this.selectedValue = ""; - - this.$refs.buttonQuestion.resetField(); - }, immediate: true, },