Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,所以我向组织结构图添加了一些数据,但是我发现如果相同的数据与不同的父级位于同一行,则只会显示该图块的第一个实例。
好的,所以我发现这个问题只能通过为节点分配一个不同的 ID 来真正解决,所以在我的例子中,我结合了 ID 和 ParentId 来创建唯一的 ID。这解决了这个问题。