reactor:【system 系统管理】dept 部门管理的实现,对齐 ele 和 antd(reserve 持久化树状态)

pull/210/head
YunaiV 2025-09-05 21:22:57 +08:00
parent 5776bf99f8
commit c34fdcc5e8
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
rowField: 'id',
parentField: 'parentId',
expandAll: true,
accordion: false,
reserve: true,
},
} as VxeTableGridOptions<SystemDeptApi.Dept>,
gridEvents: {

View File

@ -123,7 +123,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
rowField: 'id',
parentField: 'parentId',
expandAll: true,
accordion: false,
reserve: true,
},
} as VxeTableGridOptions<SystemDeptApi.Dept>,
gridEvents: {