Merge pull request '漏组批次订单导出扩展10万条' (#23) from master-模板替换 into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/23
This commit is contained in:
commit
774aff3a91
@ -384,7 +384,7 @@ export default {
|
|||||||
let qExportParam={...this.queryParams};
|
let qExportParam={...this.queryParams};
|
||||||
qExportParam=this.addDateRange(qExportParam, this.dateTimeRange,'sendDate')
|
qExportParam=this.addDateRange(qExportParam, this.dateTimeRange,'sendDate')
|
||||||
qExportParam.pageNum=1;
|
qExportParam.pageNum=1;
|
||||||
qExportParam.pageSize=20000;
|
qExportParam.pageSize=100000;
|
||||||
|
|
||||||
listEmisTmsSiteBatchMiss(qExportParam).then(response => {
|
listEmisTmsSiteBatchMiss(qExportParam).then(response => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user