RuoYi
2022-07-30 aee5d417ed8e96cc8e720c1cc322870b9fe26d93
ruoyi-ui/src/api/system/role.js
@@ -65,15 +65,6 @@
  })
}
// 导出角色
export function exportRole(query) {
  return request({
    url: '/system/role/export',
    method: 'get',
    params: query
  })
}
// 查询角色已授权用户列表
export function allocatedUserList(query) {
  return request({