This commit is contained in:
wangshiming
2022-04-09 15:32:37 +08:00
parent 6172fc9b4d
commit 5cafadb8e2
7 changed files with 8 additions and 17 deletions

View File

@ -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,);
}
}