Browse Source

Merge branch 'visu_environment_01_siping_2.5d' of http://121.37.83.100:3000/sooka_onest/sooka_onest_forestfire_vue2_visualization into visu_environment_01_siping_2.5d

whao 2 years ago
parent
commit
75bb729951
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/firespread.vue

+ 4 - 0
src/views/firespread.vue

@@ -2095,6 +2095,10 @@ export default {
       getNewDataByDate(eventCode).then(function(res){
         that.windDirection=res.data.windDirection
         that.windSpeed=res.data.windSpeed
+
+        setTimeout(() => {
+          that.showheatPlotting()
+        }, 2000)
       })
     },
     // 获取消防左侧菜单列表