reactor:【system 系统管理】dept 部门管理的实现,对齐 ele 和 antd(reserve 持久化树状态)
This commit is contained in:
@@ -125,7 +125,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
rowField: 'id',
|
rowField: 'id',
|
||||||
parentField: 'parentId',
|
parentField: 'parentId',
|
||||||
expandAll: true,
|
expandAll: true,
|
||||||
accordion: false,
|
reserve: true,
|
||||||
},
|
},
|
||||||
} as VxeTableGridOptions<SystemDeptApi.Dept>,
|
} as VxeTableGridOptions<SystemDeptApi.Dept>,
|
||||||
gridEvents: {
|
gridEvents: {
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
rowField: 'id',
|
rowField: 'id',
|
||||||
parentField: 'parentId',
|
parentField: 'parentId',
|
||||||
expandAll: true,
|
expandAll: true,
|
||||||
accordion: false,
|
reserve: true,
|
||||||
},
|
},
|
||||||
} as VxeTableGridOptions<SystemDeptApi.Dept>,
|
} as VxeTableGridOptions<SystemDeptApi.Dept>,
|
||||||
gridEvents: {
|
gridEvents: {
|
||||||
|
|||||||
Reference in New Issue
Block a user