疯狂的狮子Li
2022-05-10 e4267c5c5605704ca8eae2dfc55efdb475f2ec1c
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({