|
|
|
@ -39,7 +39,7 @@ export class AddUnitTwoTimeComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
//获取数据
|
|
|
|
|
yeardatee |
|
|
|
|
getdata(){ |
|
|
|
|
async getdata(){ |
|
|
|
|
let parzhi={ |
|
|
|
|
BuildingTypeId:this.lastId, |
|
|
|
|
TrendType:this.serviceData.selectType, |
|
|
|
@ -50,7 +50,7 @@ export class AddUnitTwoTimeComponent implements OnInit {
|
|
|
|
|
TrendType:this.serviceData.selectType, |
|
|
|
|
TrendYear:this.yeardatee||'' |
|
|
|
|
} |
|
|
|
|
this.serviceData.getData(this.serviceData.zuzhiorBuilding=='zhi'?parbuild:parzhi,`/api/StatisticsAnalysis`) |
|
|
|
|
await this.serviceData.getData(this.serviceData.zuzhiorBuilding=='zhi'?parbuild:parzhi,`/api/StatisticsAnalysis`) |
|
|
|
|
this.setTimeoutObj = window.setTimeout(() => { |
|
|
|
|
this.tabledata=JSON.parse(JSON.stringify(this.serviceData.allDate)) |
|
|
|
|
//console.log(this.tabledata)
|
|
|
|
@ -66,7 +66,7 @@ export class AddUnitTwoTimeComponent implements OnInit {
|
|
|
|
|
//this.oneInit (this.date,this.dateNum)
|
|
|
|
|
this.tiaoshiPao=this.serviceData.qipao(this.tiaoshiPao,this.dateNum,this.date) |
|
|
|
|
this.twoInit (this.date,this.dateNum,'month') |
|
|
|
|
}, 1000); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
forward(){ |
|
|
|
|
this.router.navigate(['/statisticanalysis/addUnit_one/addUnit_two_type'],{queryParams:{'level':this.headname,'id':this.lastId,'type':this.zhiorbuild=='zhi'?'zhi':'build'}}) |
|
|
|
|