功能变化: 修复部分bug
This commit is contained in:
@@ -57,7 +57,7 @@ const getData = async () => {
|
|||||||
const result = XEUtils.toArrayTree(res.data, {
|
const result = XEUtils.toArrayTree(res.data, {
|
||||||
parentKey: 'parent',
|
parentKey: 'parent',
|
||||||
children: 'children',
|
children: 'children',
|
||||||
strict: true,
|
//strict: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
deptTreeData.value = result;
|
deptTreeData.value = result;
|
||||||
|
|||||||
Reference in New Issue
Block a user