From 73b40d54554307ced5aab5b89dff6e1980e8a242 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 26 十月 2023 16:48:01 +0800
Subject: [PATCH] 分险排名页面增加站点清单 辅助审核增加了选择日期以及查看详情页面的样式调整

---
 src/views/line_graph/DataRiskRank.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/line_graph/DataRiskRank.vue b/src/views/line_graph/DataRiskRank.vue
index 64e3f6e..e96e5a2 100644
--- a/src/views/line_graph/DataRiskRank.vue
+++ b/src/views/line_graph/DataRiskRank.vue
@@ -44,8 +44,8 @@
   },
 
   mounted() {
-    console.log(this.$route.matched);
     this.form.name = '';
+    this.fetchData()
   },
   methods: {
     // 鍔熻兘锛氬鍑轰负Excel
@@ -148,6 +148,7 @@
       }
       this.loading = true;
       this.queryButton = true
+      this.isNoData = false
       this.$http
         .get('/dust/analysistime', { params: params })
         .then((response) => {

--
Gitblit v1.9.3