|
|
@ -37,7 +37,7 @@ export class BuildingTypeThreeDetailsComponent implements OnInit { |
|
|
|
this.buildingTypeId=params['buildId']; |
|
|
|
this.buildingTypeId=params['buildId']; |
|
|
|
}); |
|
|
|
}); |
|
|
|
let paramsdata={ |
|
|
|
let paramsdata={ |
|
|
|
id:this.buildingTypeId, |
|
|
|
//id:this.buildingTypeId,
|
|
|
|
organizationId:this.listorganizationId |
|
|
|
organizationId:this.listorganizationId |
|
|
|
} |
|
|
|
} |
|
|
|
this.echartsData.getData(paramsdata,`/api/StatisticsAnalysis/Companies/BuildingTypes/${this.buildingTypeId}`) |
|
|
|
this.echartsData.getData(paramsdata,`/api/StatisticsAnalysis/Companies/BuildingTypes/${this.buildingTypeId}`) |
|
|
|