ruoyi-ui/src/views/monitor/job/log.vue @@ -293,7 +293,7 @@ }, /** 导出按钮操作 */ handleExport() { this.downLoadExcel('/monitor/jobLog/export', this.queryParams); this.$download.excel('/monitor/jobLog/export', this.queryParams); } } };