齐套等
This commit is contained in:
@@ -460,7 +460,7 @@ namespace JNPF.VisualDev
|
||||
async Task<dynamic> ReportExcel(VisualDevModelListQueryInput input)
|
||||
{
|
||||
// 全部页面导出 限制条数
|
||||
if (input.dataType == "1") input.pageSize = 9999;
|
||||
if (input.dataType == "1") input.pageSize = 999999;
|
||||
dynamic reqBody = new ExpandoObject();
|
||||
CancellationTokenSource Ctu = new();
|
||||
reqBody.currentPage = input.currentPage;
|
||||
|
||||
Reference in New Issue
Block a user