guoshipeng
2023-08-23 f4ce0b2b134b58b9404d403c93fe03371e265096
src/components/Wind/Map.vue
@@ -479,7 +479,13 @@
  },
  mounted() {
    this.currentHour()
    this.$Bus.$on('alarmTableVisible', (res) => (this.alarmTableVisible = res))
    this.$Bus.$on(
      'alarmTableVisible',
      (res) => (
        (this.alarmTableVisible = res),
        this.alertData(this.PageSize, this.currentPage)
      )
    )
    // 初始化地图容器
    this.initMap()
@@ -496,7 +502,7 @@
    this.getParamsData()
    this.windDir()
    this.newDate()
    this.alertData(this.PageSize, this.currentPage)
    // this.alertData(this.PageSize, this.currentPage)
  },
  beforeDestroy() {
    if (this.timer) {