mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
修复部门管理页面,超出10条后显示问题,去掉了分页参数,树形表格不需要分页
This commit is contained in:
@@ -150,7 +150,7 @@ const loadSysDeptListVerify = () => {
|
||||
const tableOptions: TableOptions<SysDept> = {
|
||||
loadTableData: loadSysDeptListData,
|
||||
verifyTableParameter: loadSysDeptListVerify,
|
||||
paged: true,
|
||||
paged: false,
|
||||
};
|
||||
|
||||
const formSysDept = reactive({
|
||||
|
||||
Reference in New Issue
Block a user