reactor:【system 系统管理】dept 部门管理的实现,对齐 ele 和 antd(处理上级逻辑)

pull/210/head
YunaiV 2025-09-05 23:12:31 +08:00
parent 330b06e024
commit 079dac3969
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ const [Grid, gridApi] = useVbenVxeGrid({
search: true,
},
treeConfig: {
transform: true,
rowField: 'id',
parentField: 'parentId',
rowField: 'id',
transform: true,
expandAll: true,
reserve: true,
},