edit
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user