@@ -208,8 +208,12 @@
methods: {
rlt() {
+ let that = this
getRlt().then(resp => {
- this.$refs.bigdataSupermap.loadHeatMap(resp.data)
+ setTimeout(() => {
+ //事件分布
+ that.$refs.bigdataSupermap.loadHeatMap(resp.data)
+ }, 5000)
})
}
},