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