feat: 调整用户企业树

This commit is contained in:
xuziqiang
2024-06-06 11:05:43 +08:00
parent 61218104d3
commit 9c3508fbc8

View File

@@ -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);
});
});
// 部门树