From fe034ffe18ee1976eaa388ac56cfa773373b929a Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E7=A8=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/hygl/hyinfo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home/hygl/hyinfo/index.vue b/src/views/Home/hygl/hyinfo/index.vue index 3cf573a..57f0727 100644 --- a/src/views/Home/hygl/hyinfo/index.vue +++ b/src/views/Home/hygl/hyinfo/index.vue @@ -95,7 +95,7 @@ const handleQuery = () => { const listHygl = ref([]) // 列表的数据 const queryParamsHygl = reactive({ pageNo: 1, - pageSize: 10, + pageSize: 50, title: undefined, userName: undefined, userId: undefined,