Fix:5037 【管理后台】旅居店铺详情页,体验店列表只显示了十个店铺,配置的店铺数据没有完全显示
This commit is contained in:
@@ -513,6 +513,8 @@ export default {
|
|||||||
})
|
})
|
||||||
const params = {
|
const params = {
|
||||||
travelMerchantId: this.store.id,
|
travelMerchantId: this.store.id,
|
||||||
|
page: 1,
|
||||||
|
limit: 99999,
|
||||||
// experienceStoreCategoryId: null // Optional if category filtering is needed
|
// experienceStoreCategoryId: null // Optional if category filtering is needed
|
||||||
}
|
}
|
||||||
getExperienceStoreList(params).then(res => {
|
getExperienceStoreList(params).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user