mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-25 06:57:15 +08:00
优化:角色新增类型字段,用于标识角色是系统内置或自定义
1.系统内置角色不允许禁用、删除、修改角色编码和角色数据权限 2.删除角色时,自动删除角色和菜单关联、自动删除角色和部门关联
This commit is contained in:
@@ -13,6 +13,7 @@ export interface RoleRecord {
|
||||
dataScope: number;
|
||||
deptIds?: Array<string>;
|
||||
status?: number;
|
||||
type?: number;
|
||||
createUserString?: string;
|
||||
createTime?: string;
|
||||
updateUserString?: string;
|
||||
|
Reference in New Issue
Block a user