This commit is contained in:
zhoutianchi
2025-12-30 16:56:05 +08:00
parent f47d309192
commit 92a4bdb115
7 changed files with 34 additions and 10 deletions

View File

@@ -109,3 +109,11 @@ export function validateRoleName(rule: any, value: any, callback: any, isEdit: b
}
});
}
export const listAllRole = () => {
return request({
url: '/admin/role/listAllRole',
method: 'get',
});
};