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