From 8e0aedecb2e53a8ff25fdc4db8f1718e116e759b Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 23 Aug 2023 15:50:59 +0800
Subject: [PATCH] fix:修改六参和接口

---
 src/components/Wind/Map.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index d6f260c..a479499 100644
--- a/src/components/Wind/Map.vue
+++ b/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) {

--
Gitblit v1.8.0