diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index f12319d8d..2b7e41742 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -180,7 +180,7 @@ export default { const result = await this.loadData(serviceZipCode); this.initializeComponent(result.data); - this.resetShopList(); + this.resetAnswers(); await nextTick(); await this.getNextShopsFromList();