riku
2023-11-24 dd5fbe2e6cacffa0ff67f0f68c262d14ddfce3cc
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