Browse Source

feat: 调整用户企业树

main
xuziqiang 6 months ago
parent
commit
9c3508fbc8
  1. 5
      hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

5
hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

@ -121,7 +121,12 @@
// //
fetch(origanizemanage.queryOrgTree).then((res) => { fetch(origanizemanage.queryOrgTree).then((res) => {
const otherOrg = res.data[0].listOrg;
//
treeData.value = res.data; treeData.value = res.data;
otherOrg?.map((item) => {
treeData.value.push({ orgInfo: item } as never);
});
}); });
// //

Loading…
Cancel
Save