liyang
2021-10-14 1eaea5c81c46bee8b0f29f06fcb19836dea2cd93
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);
    }
  }
};