|
|
@ -97,6 +97,8 @@ export class UserComponent implements OnInit { |
|
|
|
this.nodes = [...this.toTree.toTree(data.result.items)] |
|
|
|
this.nodes = [...this.toTree.toTree(data.result.items)] |
|
|
|
resolve(data) |
|
|
|
resolve(data) |
|
|
|
this.getAllUsers() |
|
|
|
this.getAllUsers() |
|
|
|
|
|
|
|
console.log(this.nodes); |
|
|
|
|
|
|
|
|
|
|
|
this.defaultExpandedKeys = [this.nodes[0].id] |
|
|
|
this.defaultExpandedKeys = [this.nodes[0].id] |
|
|
|
this.defaultExpandedKeys = [...this.defaultExpandedKeys] |
|
|
|
this.defaultExpandedKeys = [...this.defaultExpandedKeys] |
|
|
|
}) |
|
|
|
}) |
|
|
|