Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-04-19 15:09:43 +08:00

View File

@ -125,7 +125,10 @@ export class WithdrawalsDetailComponent implements OnInit {
// 导出
exprot() {
this.service.exportStart({ ...this.inputSF.value, pageSize: -1 }, this.service.$api_export_refund_detail_page);
this.service.exportStart(
{ ...this.inputSF.value, pageSize: -1, refundApplicationId: this.route.snapshot.params.id },
this.service.$api_export_refund_detail_page
);
}
private initInputSF(): SFSchema {