疯狂的狮子li
2022-06-07 426aeb0a7f14c62da224d51615903f746e56b9dd
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({