Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -125,7 +125,10 @@ export class WithdrawalsDetailComponent implements OnInit {
|
|||||||
|
|
||||||
// 导出
|
// 导出
|
||||||
exprot() {
|
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 {
|
private initInputSF(): SFSchema {
|
||||||
|
|||||||
Reference in New Issue
Block a user