This commit is contained in:
2025-09-05 16:01:49 +08:00
parent 19b48371ef
commit 922af12760
9 changed files with 964 additions and 84 deletions

View File

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