This commit is contained in:
wangshiming
2022-04-08 17:40:35 +08:00
parent 7d1dfbd558
commit 769f660e3a
10 changed files with 31 additions and 8 deletions

View File

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