This commit is contained in:
2023-03-20 17:28:07 +08:00
parent a7606b1f20
commit bff5199726
42 changed files with 5202 additions and 467 deletions

View File

@@ -117,3 +117,12 @@ export function deptTreeSelect(roleId) {
method: 'get'
})
}
export function getRoleOptions() {
return request({
url: '/system/role/getRoles',
method: 'get'
})
}