疯狂的狮子li
2022-07-22 a8d798c38a6e7fb186b6d8a20953af200caefc8c
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({