疯狂的狮子li
2021-08-23 f91ebd93d2b60400d7e90e9967da1d2336c580a3
ruoyi-ui/src/views/monitor/operlog/index.vue
@@ -189,7 +189,6 @@
<script>
import { list, delOperlog, cleanOperlog } from "@/api/monitor/operlog";
import { downLoadExcel } from "@/utils/download";
export default {
  name: "Operlog",
@@ -317,7 +316,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      downLoadExcel('/monitor/operlog/export', this.queryParams);
      this.downLoadExcel('/monitor/operlog/export', this.queryParams);
    }
  }
};