This commit is contained in:
2025-09-04 09:03:42 +08:00
parent d26db2d321
commit 9b06c042ef
5 changed files with 512 additions and 25 deletions

View File

@ -71,7 +71,7 @@ export function getRoleList(deptId?: number | string): AxiosPromise<any[]> {
url: '/system/role/listNoPage',
method: 'get',
params: {
deptId
deptId,
}
});
}