Ricky
2021-11-25 9fc3e220a7d1789f54b20630c9858bd743d51408
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({