diff --git a/src/views/system/groupManage/GroupManageList.vue b/src/views/system/groupManage/GroupManageList.vue index 29ed78b..8ed4339 100644 --- a/src/views/system/groupManage/GroupManageList.vue +++ b/src/views/system/groupManage/GroupManageList.vue @@ -50,14 +50,14 @@ rowKey="id" :columns="columns" :dataSource="dataSource" - :pagination="false" + :pagination="ipagination" :loading="loading" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange">