RuoYi
2021-10-20 c2a179e9dd0bcc0b7f0607b0220d1264dae46461
ruoyi-ui/src/views/monitor/job/index.vue
@@ -515,7 +515,7 @@
        this.exportLoading = true;
        return exportJob(queryParams);
      }).then(response => {
        this.download(response.msg);
        this.$download.name(response.msg);
        this.exportLoading = false;
      }).catch(() => {});
    }