Browse Source

菜单管理

beijing
陈鹏飞 2 years ago
parent
commit
b487561759
  1. 2
      src/app/system-management/user/user.component.ts

2
src/app/system-management/user/user.component.ts

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

Loading…
Cancel
Save