From 11fd61ba301152b99b3e703ab265fce14461d939 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Thu, 23 Oct 2025 10:11:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D](dev-2.0)?= =?UTF-8?q?:=20=20-=20=E7=9B=91=E7=AE=A1=E7=AB=AF=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspector-archives/acceptance-list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/safety-environmental-inspection/inspector-archives/acceptance-list.vue b/pages/safety-environmental-inspection/inspector-archives/acceptance-list.vue index ca68c6a..4aa24e9 100644 --- a/pages/safety-environmental-inspection/inspector-archives/acceptance-list.vue +++ b/pages/safety-environmental-inspection/inspector-archives/acceptance-list.vue @@ -44,7 +44,7 @@ export default { data() { return { INSPECTION_ID: '', - pageSize: 10, + pageSize: 100, currentPage: 1, totalPage: 0, list: [], @@ -73,7 +73,7 @@ export default { this.totalPage = resData.page.totalPage; }, resetList() { - this.pageSize = 10 + this.pageSize = 100 this.currentPage = 1 this.list = [] this.getData()