疯狂的狮子li
2021-08-23 f91ebd93d2b60400d7e90e9967da1d2336c580a3
ruoyi-ui/src/views/system/role/index.vue
@@ -262,7 +262,6 @@
import { listRole, getRole, delRole, addRole, updateRole, dataScope, changeRoleStatus } from "@/api/system/role";
import { treeselect as menuTreeselect, roleMenuTreeselect } from "@/api/system/menu";
import { treeselect as deptTreeselect, roleDeptTreeselect } from "@/api/system/dept";
import { downLoadExcel } from "@/utils/download";
export default {
  name: "Role",
@@ -626,7 +625,7 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      downLoadExcel('/system/role/export', this.queryParams);
      this.downLoadExcel('/system/role/export', this.queryParams);
    }
  }
};