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

This commit is contained in:
YunaiV
2025-09-05 23:12:31 +08:00
parent 330b06e024
commit 079dac3969

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,
},