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}"