reactor:【system 系统管理】dept 部门管理的实现,对齐 ele 和 antd(reserve 持久化树状态)
parent
5776bf99f8
commit
c34fdcc5e8
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue