From 85eb40d897dcc8bff3412fa19e1178fa18ab6bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 2 Nov 2023 17:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=86=85=E5=AE=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=A0=91=E5=AD=97=E5=85=B8=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=94=B9=E6=88=90=E5=88=86=E9=A1=B5=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/TagContentDictListDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/tags/modules/TagContentDictListDrawer.vue b/src/views/system/tags/modules/TagContentDictListDrawer.vue index 61a4cd14..d64b98ba 100644 --- a/src/views/system/tags/modules/TagContentDictListDrawer.vue +++ b/src/views/system/tags/modules/TagContentDictListDrawer.vue @@ -50,7 +50,7 @@ rowKey="id" :columns="columns" :dataSource="dataSource" - :pagination="attributeType === TagsAttributeTypeEnums.TREE.value ? false : ipagination" + :pagination="ipagination" :loading="loading" :scroll="{x: '100%', y: yScrollHeight}" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"