We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.api数据集配置了分页 get请求 分页类转换器 2.没有报错 可以成功导出excel 但数据不正确
3.接口传参是正确的:/jmreport/exportAllExcelStream:{"excelConfigId":"829207619119169536","queryParam":{"token":"*","pageNo":"2","pageSize":500,"currentPageNo":"2","currentPageSize":500,"createTime":"","customerName":"","endTime":"","username":""}}
注意到1.3.*的版本会通过/jmreport/show接口实现,1.4.*的版本发生了变动 没有直接获取传参中的页码数,初始化pageNo是1
The text was updated successfully, but these errors were encountered:
是导出所有数据,不分页吧
Sorry, something went wrong.
是的 需求是希望分页导出 但实际情况是总是导出第一页 并且导出的数量是配置的page-size-number的数量
不支持
这里点导出 不支持分页导出吗 ? 好像旧版本都是支持的呢
No branches or pull requests
版本号:1.5.8
问题描述:api分页,导出excel时,无论当前是在第几页,总是导出第一页的数据
错误日志&截图:
1.api数据集配置了分页 get请求 分页类转换器
2.没有报错 可以成功导出excel 但数据不正确
3.接口传参是正确的:/jmreport/exportAllExcelStream:{"excelConfigId":"829207619119169536","queryParam":{"token":"*","pageNo":"2","pageSize":500,"currentPageNo":"2","currentPageSize":500,"createTime":"","customerName":"","endTime":"","username":""}}
注意到1.3.*的版本会通过/jmreport/show接口实现,1.4.*的版本发生了变动 没有直接获取传参中的页码数,初始化pageNo是1
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: