From 2a5b8d762bac4181d3769d60c5e36269c82db18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E7=9A=AE=E5=A4=A7=E5=88=BA=E7=8C=AC?= <1125373330@qq.com> Date: Mon, 4 Oct 2021 22:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AD=97=E5=85=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aidex-ui/src/views/system/dict/DictDataIndex.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidex-ui/src/views/system/dict/DictDataIndex.vue b/aidex-ui/src/views/system/dict/DictDataIndex.vue index 03abb7b..1b5981d 100644 --- a/aidex-ui/src/views/system/dict/DictDataIndex.vue +++ b/aidex-ui/src/views/system/dict/DictDataIndex.vue @@ -105,7 +105,7 @@ export default { statusOptions: [], queryParam: { pageNum: 1, - pageSize: 10, + pageSize: 100, dictName: undefined, dictType: undefined, status: undefined -- GitLab