fix bug
This commit is contained in:
@ -262,6 +262,7 @@ export class TransactionFlowComponent {
|
||||
];
|
||||
}
|
||||
exportList() {
|
||||
this.service.downloadFile(this.service.$api_get_exportAccountBalanceDetailPage, { ...this.sf.value, pageSize: -1 });
|
||||
|
||||
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportAccountBalanceDetailPage,);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user