|
|
|
@ -1735,7 +1735,7 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
let dialogRef = this.dialog.open(leftFunctionalDomainComponentPlan,{data}); |
|
|
|
|
dialogRef.afterClosed().subscribe(data=>{ |
|
|
|
|
if (data =='总平面图') { |
|
|
|
|
this.renovateSitePlan() |
|
|
|
|
this.sitePlanData.length? this.renovateSitePlan() : this.getSitePlan() |
|
|
|
|
} else if (data =='建筑') { |
|
|
|
|
this.renovateBuilding() |
|
|
|
|
} |
|
|
|
|