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