Browse Source

[完善] 预案甄选页面header引入

master
陈鹏飞 4 years ago
parent
commit
b1b811bbb9
  1. 2
      src/app/ui/similar-plans/similar-plans.component.ts
  2. 2
      src/app/ui/ui-routing.module.ts

2
src/app/ui/similar-plans/similar-plans.component.ts

@ -44,7 +44,7 @@ export class SimilarPlansComponent implements OnInit {
isResponsePlans = false //默认是否是处置预案
openDeatails(){
this.router.navigate(['similarPlans'],{queryParams:{'usci':'B56498312911454698','planComponentId':'5fa3820af8eb762cb03c666d'}})
this.router.navigate(['ui/similarPlans/collectionTools'],{queryParams:{'usci':'B56498312911454698','planComponentId':'5fa3820af8eb762cb03c666d'}})
}
back(){
this.isResponsePlans = false

2
src/app/ui/ui-routing.module.ts

@ -42,7 +42,7 @@ const routes: Routes = [
{ path: '3DPlan', component:ThreetypePlanComponent},
]
},
{ path: 'collectionTools', component:CollectionToolsComponent},
{ path: 'similarPlans/collectionTools', component:CollectionToolsComponent},
{ path: 'dangerous', component:DangerousComponent},
{ path: 'disposalNode', component:DisposalNodeComponent},
{ path: 'planAssistance', component:PlanAssistanceComponent},

Loading…
Cancel
Save