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) => {