feat: 角色授权

This commit is contained in:
dap
2024-10-06 11:06:56 +08:00
parent ba73a23d4f
commit 87f9ff34b1
4 changed files with 273 additions and 24 deletions

View File

@@ -62,7 +62,7 @@ export function roleOptionSelect(params?: any) {
}
export function roleAllocatedList(params: any) {
return requestClient.get(Api.roleAllocatedList, params);
return requestClient.get(Api.roleAllocatedList, { params });
}
/**