จัดการผู้ใช้งาน => fix role
This commit is contained in:
parent
4ebad6fc60
commit
baaa75f4da
5 changed files with 38 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ interface Users {
|
|||
id: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
roles: Roles;
|
||||
roles: Roles[];
|
||||
}
|
||||
|
||||
interface Roles {
|
||||
|
|
@ -16,7 +16,7 @@ interface Roles {
|
|||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
roleDescription: string;
|
||||
roleName: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface NodeTree {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue