diff --git a/src/views/catalog.vue b/src/views/catalog.vue index 114a6e12..6b896450 100644 --- a/src/views/catalog.vue +++ b/src/views/catalog.vue @@ -195,7 +195,7 @@ export default defineComponent({ payload.json.params['defType'] = "edismax" } - this.store.dispatch("product/findCatalogProducts", payload); + await this.store.dispatch("product/findCatalogProducts", payload); }, async loadMoreProducts(event: any){ this.getCatalogProducts(