This commit is contained in:
Taric Xin
2022-05-10 10:16:23 +08:00
parent 6072d2529e
commit bdca87d0ec

View File

@ -63,7 +63,7 @@ export class VoucherManagementComponent extends BasicTableComponent {
// 导出
exprot() {
this.service.exportStart({ ...this.sf?.value, pageSize: -1 }, this.service.$api_get_asyncExportBillPaymentApplicationList);
this.service.exportStart({ ...this.sf?.value, pageSize: -1 }, this.service.$api_get_fico_vch_export);
}
private initSF(): SFSchema {