Merge branch 'developer' of ssh://code.cyweb.top:30033/scj/zhxy/v3/cloud-ui into developer

This commit is contained in:
guochunsi
2025-12-31 17:40:27 +08:00
11 changed files with 167 additions and 7 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',
});
};