漏组批次订单导出扩展10万条
This commit is contained in:
parent
403c10c891
commit
b762758a1a
@ -384,7 +384,7 @@ export default {
|
||||
let qExportParam={...this.queryParams};
|
||||
qExportParam=this.addDateRange(qExportParam, this.dateTimeRange,'sendDate')
|
||||
qExportParam.pageNum=1;
|
||||
qExportParam.pageSize=20000;
|
||||
qExportParam.pageSize=100000;
|
||||
|
||||
listEmisTmsSiteBatchMiss(qExportParam).then(response => {
|
||||
if (response.code === 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user