1. 登录返回总公司,分公司,部门信息。
2. 修改角色权限管理的分配用户的数据渲染和接口。 3. 交叉评查任务的创建的组织架构组件的重构。
This commit is contained in:
@@ -47,6 +47,10 @@ export interface LoginResponse {
|
||||
user_role: string;
|
||||
sub: string;
|
||||
area?: string; // 🔑 用户所属地区
|
||||
// 🔑 组织信息字段(可能为null)
|
||||
tenant_name?: string | null;
|
||||
dep_name?: string | null;
|
||||
dep_short_name?: string | null;
|
||||
};
|
||||
};
|
||||
error?: string;
|
||||
|
||||
Reference in New Issue
Block a user