From 9aa783671cc08fe560e0e1416adc2d2294e44ef5 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 15 Aug 2022 15:25:30 +0800 Subject: [PATCH] 1 --- src/project/saas/AppBuilding/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }