From 5c71ee4225b6bfa96b016e7f36632039b5675d2c Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 2 Aug 2024 14:14:18 +0800 Subject: [PATCH] =?UTF-8?q?[fix=20bug]=E6=A0=91=E5=BD=A2=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=20=E4=B8=8B=E6=8B=89=E6=A1=86=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/TagContentDictItemModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/tags/modules/TagContentDictItemModal.vue b/src/views/system/tags/modules/TagContentDictItemModal.vue index 2bc80ba..bb0ddde 100644 --- a/src/views/system/tags/modules/TagContentDictItemModal.vue +++ b/src/views/system/tags/modules/TagContentDictItemModal.vue @@ -233,7 +233,7 @@ export default { dictId: this.dictId, isTagDict: 1, pageNo: 1, - pageSize: 10 + pageSize: 1000 } getDictTreeList(params).then(res => { if (res.success) {