This commit is contained in:
wangshiming
2022-04-09 16:22:24 +08:00
parent c1dd711df6
commit ec007f0428
4 changed files with 8 additions and 4 deletions

View File

@ -47,7 +47,7 @@ export class AdvanceCollectionComponent {
}
exportList() {
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportPlatformAccountBalanceByOperator,);
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_reportYskBla,);
}
private initSF(): SFSchema {