sxq
2021-10-20 12d76e4f205c41cf3fd8ea215b787e900b3cc876
ruoyi-ui/src/api/system/role.js
@@ -65,16 +65,6 @@
  })
}
// 导出角色
export function exportRole(query) {
  return request({
    url: '/system/role/export',
    method: 'get',
    params: query
  })
}
// 查询角色已授权用户列表
export function allocatedUserList(query) {
  return request({