This commit is contained in:
wangshiming
2022-02-28 14:00:19 +08:00
parent a084105110
commit aee194c49a
5 changed files with 12 additions and 6 deletions

View File

@ -253,7 +253,7 @@ export class VehicleComponentsListComponent implements OnInit {
text: '查看',
acl: { ability: ['VEHICLE-LIST-view'] },
click: item => {
this.router.navigate(['/vehicle/list/detail/' + item.id], { queryParams: { carId: item.carId } });
this.router.navigate(['/vehicle/list/detail/' + item.id] );
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
}
}