|
|
|
@ -1,14 +1,6 @@
|
|
|
|
|
/* |
|
|
|
|
* @Descripttion:
|
|
|
|
|
* @version:
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-09-25 10:30:04 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2020-10-05 17:05:31 |
|
|
|
|
*/ |
|
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
|
import { Color } from 'cesium'; |
|
|
|
|
|
|
|
|
|
import { Router } from '@angular/router'; |
|
|
|
|
@Component({ |
|
|
|
|
selector: 'app-similar-plans', |
|
|
|
|
templateUrl: './similar-plans.component.html', |
|
|
|
@ -16,7 +8,7 @@ import { Color } from 'cesium';
|
|
|
|
|
}) |
|
|
|
|
export class SimilarPlansComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
constructor() { } |
|
|
|
|
constructor(private router: Router) { } |
|
|
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
|
|
|
|
|
@ -44,7 +36,7 @@ export class SimilarPlansComponent implements OnInit {
|
|
|
|
|
isResponsePlans = false //默认是否是处置预案
|
|
|
|
|
|
|
|
|
|
openDeatails(){ |
|
|
|
|
this.isResponsePlans = true |
|
|
|
|
this.router.navigate(['similarPlans/details']) |
|
|
|
|
} |
|
|
|
|
back(){ |
|
|
|
|
this.isResponsePlans = false |
|
|
|
|