fix bug
This commit is contained in:
@ -334,6 +334,6 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
];
|
||||
}
|
||||
viewCar(item: any) {
|
||||
this.router.navigate(['/vehicle/list/detail/' + item.id], { queryParams: { carId: item.carId } });
|
||||
this.router.navigate(['/vehicle/list/detail/' + item.carId] );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user