Fix:5037 【管理后台】旅居店铺详情页,体验店列表只显示了十个店铺,配置的店铺数据没有完全显示

This commit is contained in:
linxi
2026-04-02 19:36:38 +08:00
parent 50f5de6601
commit 14e2fd9104
+2
View File
@@ -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 => {