Commit 6a74f548 by Sxy

fix: 监控组织结构

parent c291176e
......@@ -40,9 +40,7 @@ class CompanyService extends ServiceBase {
if (n.children) {
this.buildNoPositionNode(n.children, rtnArray);
}
if (n.hasOwnProperty('isPosition') && !n.isPosition) {
rtnArray.push(n);
}
rtnArray.push(n);
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment