edit
This commit is contained in:
@ -249,7 +249,6 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '查看',
|
||||
acl: 'SUPPLY-INDEX-bulkSearch',
|
||||
click: item => {
|
||||
this.router.navigate(['./detail', item.id], { relativeTo: this.ar, queryParams: { carId: item.carId } });
|
||||
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
|
||||
|
||||
@ -18,7 +18,6 @@ import { VehicleComponentsListComponent } from './components/list/list.component
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
canLoad: [AuthGuard],
|
||||
canActivate: [AuthGuard],
|
||||
canActivateChild: [AuthGuard],
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user