edit
This commit is contained in:
@ -89,6 +89,11 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
this._$expand = false;
|
||||
}
|
||||
|
||||
exportList() {
|
||||
const params = this.reqParams;
|
||||
this.service.downloadFile(this.service.$api_export_driver, params);
|
||||
}
|
||||
|
||||
private initSF(): SFSchema {
|
||||
return {
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user