This commit is contained in:
wangshiming
2022-04-11 14:26:58 +08:00
parent a8b130a0c9
commit 068eee2278
2 changed files with 8 additions and 2 deletions

View File

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