|
|
|
@ -475,7 +475,6 @@ export class PlanComponent implements OnInit {
|
|
|
|
|
this.isShowChildComponent && this.leftDomain ? this.leftDomain.selectPlanId = this.beforeEmergencyPlan.id : null |
|
|
|
|
this.isShowChildComponent && this.leftDomain ? this.leftDomain.selectNodeId = this.beforePlanNode.id : null |
|
|
|
|
MarkWindow.instance.selectMarkNode(this.beforeEmergencyPlan.id, this.beforePlanNode.id, false, true) |
|
|
|
|
this.beforePlanNode = MarkWindow.instance.currentMarkNodeInfo.nodeData |
|
|
|
|
this.initViewer() |
|
|
|
|
this.updateProgress() //更新进度条
|
|
|
|
|
resolve(true) |
|
|
|
|