From ef10dea2a96d68a00a9a316f8594e0636103a6ab Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 12 十月 2023 16:50:25 +0800 Subject: [PATCH] 扬尘前端页面 --- src/views/line_graph/DataRiskRank.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/line_graph/DataRiskRank.vue b/src/views/line_graph/DataRiskRank.vue index aa882a4..64e3f6e 100644 --- a/src/views/line_graph/DataRiskRank.vue +++ b/src/views/line_graph/DataRiskRank.vue @@ -44,6 +44,7 @@ }, mounted() { + console.log(this.$route.matched); this.form.name = ''; }, methods: { -- Gitblit v1.9.3