疯狂的狮子li
2021-08-23 f91ebd93d2b60400d7e90e9967da1d2336c580a3
ruoyi-ui/src/views/monitor/job/index.vue
@@ -281,7 +281,6 @@
<script>
import { listJob, getJob, delJob, addJob, updateJob, runJob, changeJobStatus } from "@/api/monitor/job";
import { downLoadExcel } from "@/utils/download";
export default {
  name: "Job",
@@ -506,7 +505,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      downLoadExcel('/monitor/job/export', this.queryParams);
      this.downLoadExcel('/monitor/job/export', this.queryParams);
    }
  }
};