Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

组织机构 如果添加三级后,列表展示的就错了 #15

@ggbbeyou

Description

@ggbbeyou

OrganizationView view = new OrganizationView(org);
List children = source.Where(m => m.TreePathIds.Length == org.TreePathIds.Length + 1
&& m.TreePath.StartsWith(m.TreePath)).ToList(); //此句有错,改为
m.TreePath.StartsWith(org.TreePath)).ToList(); //多添加几个级别的 就看出错误了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions