zmc
2023-12-01 5244fdb5f7932f2cbce43f4bfaa9dc06c9dd4c95
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