疯狂的狮子li
2021-08-23 f91ebd93d2b60400d7e90e9967da1d2336c580a3
ruoyi-ui/src/views/system/post/index.vue
@@ -157,7 +157,6 @@
<script>
import { listPost, getPost, delPost, addPost, updatePost } from "@/api/system/post";
import { downLoadExcel } from "@/utils/download";
export default {
  name: "Post",
@@ -314,7 +313,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      downLoadExcel('/system/post/export', this.queryParams);
      this.downLoadExcel('/system/post/export', this.queryParams);
    }
  }
};