Administrator %!s(int64=2) %!d(string=hai) anos
pai
achega
c5f0c60f2c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/views/bigdata/bigdata.vue

+ 5 - 1
src/views/bigdata/bigdata.vue

@@ -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)
         })
       }
     },