This commit is contained in:
wangshiming
2022-04-09 14:55:11 +08:00
parent 155ca06ef3
commit 70ad64b4b4
2 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export class UserCenterComponentsDriverConfigComponent implements OnInit {
exportList() {
const params = this.reqParams;
this.service.downloadFile(this.service.$api_export_driver_cap, { ...params, pageSize: -1 });
this.service.downloadFile(this.service.$api_driver_exportConfig, { ...params, pageSize: -1 });
}
private initSF(): SFSchema {