|
@@ -252,24 +252,6 @@
|
|
|
this.$refs.chartFireControl.myEcharts(xData,seriesData);
|
|
|
})
|
|
|
},
|
|
|
- // eventcatalogueBigData() {
|
|
|
- // eventcatalogueBigData().then(res => {
|
|
|
- // for (let index in res.data) {
|
|
|
- // this.total+=parseInt(res.data[index].value);
|
|
|
- // if(res.data[index].dictValue == 'forest_event_status_1'){
|
|
|
- // this.escalation=res.data[index].value;
|
|
|
- // }else if(res.data[index].dictValue == 'forest_event_status_2'){
|
|
|
- // this.signIn=res.data[index].value;
|
|
|
- // }else if(res.data[index].dictValue == 'forest_event_status_5'){
|
|
|
- // this.conclude=res.data[index].value;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // this.$refs.chartEvent.myEcharts(res.data);
|
|
|
- // })
|
|
|
- // deptBigData().then(res => {
|
|
|
- // this.$refs.chartEvent.myEcharts2(res.data);
|
|
|
- // })
|
|
|
- // },
|
|
|
|
|
|
/**事件类型、分布统计*/
|
|
|
eventcatalogueBigData() {
|