优化
This commit is contained in:
@ -71,7 +71,7 @@ export function getRoleList(deptId?: number | string): AxiosPromise<any[]> {
|
||||
url: '/system/role/listNoPage',
|
||||
method: 'get',
|
||||
params: {
|
||||
deptId
|
||||
deptId,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user