fix 自定义数据权限部门丢失

This commit is contained in:
LiuHao
2023-04-12 10:23:18 +08:00
parent 9a070b0074
commit 8111ed9a84
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ export interface RoleForm {
menuCheckStrictly: boolean;
deptCheckStrictly: boolean;
remark: string;
dataScope?: number;
dataScope?: string;
roleId: string | undefined;
menuIds: Array<string | number>;
deptIds: Array<string | number>;