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