|
|
@ -39,16 +39,9 @@ export class HomeComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
//更新echarts视图
|
|
|
|
//更新echarts视图
|
|
|
|
updateEcharts(){ |
|
|
|
updateEcharts(){ |
|
|
|
this.planState.clear() |
|
|
|
this.planState.resize() |
|
|
|
this.planState.dispose() |
|
|
|
this.chartDwsjcj.resize() |
|
|
|
this.chartDwsjcj.clear() |
|
|
|
this.chartZdgzqy.resize() |
|
|
|
this.chartDwsjcj.dispose() |
|
|
|
|
|
|
|
this.chartZdgzqy.clear() |
|
|
|
|
|
|
|
this.chartZdgzqy.dispose() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.unitType() |
|
|
|
|
|
|
|
this.unitData() |
|
|
|
|
|
|
|
this.keyUnit() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|