RuoYi
2021-10-10 4fdb0f48ec1f7833d37db1b995ff1b05d0310e6e
ruoyi-ui/src/views/monitor/job/log.vue
@@ -298,7 +298,7 @@
        this.exportLoading = true;
        return exportJobLog(queryParams);
      }).then(response => {
        this.download(response.msg);
        this.$download.name(response.msg);
        this.exportLoading = false;
      }).catch(() => {});
    }