车辆对接

This commit is contained in:
wangshiming
2022-01-13 15:57:36 +08:00
parent 772090017b
commit ec9123c805
5 changed files with 11 additions and 8 deletions

View File

@ -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 );
}
}