This commit is contained in:
wangshiming
2022-04-09 15:49:21 +08:00
parent f00ddf4bfb
commit 91653141c0
3 changed files with 8 additions and 2 deletions

View File

@ -184,4 +184,8 @@ export class ETCInvoicedListComponent implements OnInit {
}
];
}
// 导出
exprot() {
this.service.exportStart({...this.sf?.value, pageSize: -1}, this.service.$api_get_asyncExportEtcApplyRecordList);
}
}