src/api/authority.ts
@@ -3,6 +3,7 @@ export interface User { userId: string; loginName:string; userName: string; nickName: string; email: string; @@ -14,6 +15,9 @@ dialogs: any; createTime: string; status: string; psw:string; role:string; roleName:string; } export interface Organization { @@ -78,6 +82,7 @@ resources: any; knowledges: any; dialogs: any; agents: any; } export function RoleList(params: Pagination) {