diff --git a/src/project/saas/AppBuilding/list.vue b/src/project/saas/AppBuilding/list.vue index 2773777b..4702b9e3 100644 --- a/src/project/saas/AppBuilding/list.vue +++ b/src/project/saas/AppBuilding/list.vue @@ -18,7 +18,7 @@ 重新定位 - + @@ -60,7 +60,7 @@ export default { } }).then(res => { if (res?.data) { - if (res.data.records.length < 10) { + if (res.data.records.length < 10 && this.current === 1) { this.isMore = true }