diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index 6eb4f39..d93a555 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -513,6 +513,8 @@ export default { }) const params = { travelMerchantId: this.store.id, + page: 1, + limit: 99999, // experienceStoreCategoryId: null // Optional if category filtering is needed } getExperienceStoreList(params).then(res => {