车辆对接
This commit is contained in:
@ -280,9 +280,6 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
},
|
||||
];
|
||||
}
|
||||
daoyun(item: any) {
|
||||
this.router.navigate(['./view', item.id], { relativeTo: this.ar });
|
||||
}
|
||||
expandToggle() {
|
||||
this._$expand = !this._$expand;
|
||||
this.sf?.setValue('/expand', this._$expand);
|
||||
@ -298,7 +295,7 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
this._$expand = false;
|
||||
}
|
||||
// 导出
|
||||
export() {
|
||||
exportFire() {
|
||||
this.service.downloadFile(this.service.$api_carLicense_export, this.reqParams );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user