RuoYi
2020-05-19 41799c10f0c72bfc91e5b79f3e4df6e585cc5715
ruoyi-ui/src/api/system/role.js
@@ -63,4 +63,13 @@
    url: '/system/role/' + roleId,
    method: 'delete'
  })
}
// 导出角色
export function exportRole(query) {
  return request({
    url: '/system/role/export',
    method: 'get',
    params: query
  })
}