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

@ -79,7 +79,7 @@ export class RechargeRecordComponent implements OnInit {
}
exportList() {
this.service.downloadFile(this.service.$api_get_exportPageByOperator, { ...this.sf.value, pageSize: -1 });
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportPageByOperator,);
}
private initSF(): SFSchema {