From 951b42fc0550b35ecac4edab1ca5d0f089313db5 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Fri, 28 Mar 2025 22:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E6=96=AD=E6=A8=A1=E7=89=88=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspect/inspecttemplate/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/inspect/inspecttemplate/index.vue b/src/views/inspect/inspecttemplate/index.vue index db31588..5aa0cfa 100644 --- a/src/views/inspect/inspecttemplate/index.vue +++ b/src/views/inspect/inspecttemplate/index.vue @@ -119,6 +119,13 @@ + + @@ -142,7 +149,7 @@ const total = ref(0) // 列表的总页数 const categoryOptions = ref([]) // 类别选项 const queryParams = reactive({ pageNo: 1, - pageSize: 10, + pageSize: 50, id: undefined, type: undefined, status: undefined,