疯狂的狮子li
2021-09-06 ab4b75fe30f9a3cf08e3ced667c3ec8c711ca939
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,8 +625,8 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      downLoadExcel('/system/role/export', this.queryParams);
      this.downLoadExcel('/system/role/export', this.queryParams);
    }
  }
};
</script>
</script>