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 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/line_graph/DataRiskRank.vue b/src/views/line_graph/DataRiskRank.vue index aa882a4..e96e5a2 100644 --- a/src/views/line_graph/DataRiskRank.vue +++ b/src/views/line_graph/DataRiskRank.vue @@ -45,6 +45,7 @@ mounted() { this.form.name = ''; + this.fetchData() }, methods: { // 鍔熻兘锛氬鍑轰负Excel @@ -147,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