This commit is contained in:
wangshiming
2022-04-09 14:38:10 +08:00
parent a39438d7dd
commit 155ca06ef3
4 changed files with 7 additions and 2 deletions

View File

@ -229,6 +229,6 @@ export class ETCInvoicedRequestedComponent implements OnInit {
}
// 导出
exprot() {
this.service.exportStart(this.sf?.value, this.service.$api_get_asyncExportEtcApplyList);
this.service.exportStart({...this.sf?.value, pageSize: -1}, this.service.$api_get_asyncExportEtcApplyList);
}
}