|
@@ -149,7 +149,7 @@
|
|
|
import bigdataSupermap from '@/components/supermap' //超图
|
|
|
|
|
|
import {cooperativesBigData,machineryInfoBigData,landInfoBigData
|
|
|
- ,eventcatalogueBigData,deptBigData
|
|
|
+ ,eventcatalogueBigData,getRlt,deptBigData
|
|
|
,leidaBigData,protectInfoBigData,xubaoBigData
|
|
|
,zhongZiBigData,huaFeiBigData,YangZhiBigData
|
|
|
,getHuanTianDept,getHuanTianType,getLItianDept
|
|
@@ -184,6 +184,7 @@
|
|
|
this.machineryInfoBigData();
|
|
|
this.landInfoBigData();
|
|
|
this.eventcatalogueBigData();
|
|
|
+ this.getRlt();
|
|
|
this.leidaBigData();
|
|
|
this.protectInfoBigData();
|
|
|
this.xubaoBigData();
|
|
@@ -195,9 +196,9 @@
|
|
|
this.getLItianDept();
|
|
|
},
|
|
|
mounted() {
|
|
|
- setTimeout(() => {
|
|
|
- this.$refs.bigdataSupermap.loadHeatMap()//事件分布
|
|
|
- }, 5000)
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.$refs.bigdataSupermap.loadHeatMap()//事件分布
|
|
|
+ // }, 5000)
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -269,6 +270,15 @@
|
|
|
this.$refs.chartEvent.myEcharts2(res.data);
|
|
|
})
|
|
|
},
|
|
|
+ rlt() {
|
|
|
+ let that = this
|
|
|
+ getRlt().then(resp => {
|
|
|
+ setTimeout(() => {
|
|
|
+ //事件分布
|
|
|
+ that.$refs.bigdataSupermap.loadHeatMap(resp.data)
|
|
|
+ }, 5000)
|
|
|
+ })
|
|
|
+ }
|
|
|
leidaBigData() {
|
|
|
leidaBigData().then(res => {
|
|
|
const seriesData = [0,0,0,0,0];
|