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