fix: 部门列表当前无分页,去除表格分页组件

This commit is contained in:
mh-swift 2024-07-29 17:48:49 +08:00
parent 7eb32efa92
commit 06fed9025f

View File

@ -21,6 +21,7 @@
ref="actionRef"
openChecked
:columns="columns"
:pagination="false"
:request="loadDataTable"
:row-key="(row) => row.id"
:actionColumn="actionColumn"