md
This commit is contained in:
parent
99eae53b3e
commit
c6cc5c3d83
@ -694,12 +694,14 @@ export default {
|
||||
this.exportData(this.selectBillList,loadingInstance);
|
||||
}
|
||||
else{
|
||||
let qExportParam={...this.queryParams};
|
||||
let qExportParam=this.deepClone(this.queryParams);
|
||||
qExportParam.pageNum=1;
|
||||
qExportParam.pageSize=20000;
|
||||
qExportParam.pageSize=200000;
|
||||
qExportParam=this.addQueryParam(qExportParam, "blZExport","T");
|
||||
listEmisTmsCostProfit(this.addDateRange(qExportParam, this.dateTimeRange,"sendDate")).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.exportData(response.rows,loadingInstance);
|
||||
let rows=this.unzipToJson(response.rows[0]);
|
||||
this.exportData(rows,loadingInstance);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user