feat: 修改角色支持衔接新增角色时的父子联动

This commit is contained in:
2024-09-03 00:30:21 +08:00
parent 80de5b0e5e
commit 5cfb0d795a
3 changed files with 28 additions and 26 deletions

View File

@@ -70,6 +70,8 @@ export interface RoleDetailResp {
dataScope: number
deptIds: Array<number>
isSystem: boolean
menuCheckStrictly: boolean
deptCheckStrictly: boolean
createUserString: string
createTime: string
updateUserString: string