feat: 调整用户企业树
This commit is contained in:
@@ -121,7 +121,12 @@
|
||||
|
||||
// 企业树
|
||||
fetch(origanizemanage.queryOrgTree).then((res) => {
|
||||
const otherOrg = res.data[0].listOrg;
|
||||
// 特殊处理
|
||||
treeData.value = res.data;
|
||||
otherOrg?.map((item) => {
|
||||
treeData.value.push({ orgInfo: item } as never);
|
||||
});
|
||||
});
|
||||
|
||||
// 部门树
|
||||
|
Reference in New Issue
Block a user