zmc
2023-12-01 d404f7f0ffb8b7b8b930a2b583afe2037cffc3f8
src/views/risk_assessment/DataRiskRank.vue
@@ -149,6 +149,8 @@
      this.loading = true
      this.queryButton = true
      riskApi.queryRiskValue('', this.form.month, 'month').then((response) => {
        this.loading = false
        this.queryButton = false
        if (response.data.data.length == 0) {
          this.isNoData = true
          return
@@ -214,8 +216,8 @@
    },
    openDetail(row) {
      const encodedSiteName = encodeURIComponent(row.siteName)
      let titleName = '站点风险数据详情'
      this.$router.push(`/detail/${encodedSiteName}/${this.form.month}/${titleName}`)
      const jumpPage = 1
      this.$router.push(`/exceptionDetail/${encodedSiteName}/${this.form.month}/1/${jumpPage}`)
    }
  }
}