zhanghua
2024-01-21 e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c
src/api/system/department.js
@@ -1,7 +1,15 @@
import http from "@/http";
import {exportTeamInfo, importTeamInfo} from "@/api/system/portal/teamConstruction";
export default {
    getDepartmentList: () => {
        return http.get('/sccg/sccg_region/getTree');
    }
}
    },
    //导出
}
export function exportTeamInfoDepartment(params) {
    return http.downloadFile('/sccg/depart/export', params);
}
export function importTeamInfoDepartment(params) {
    return http.uploadFile('/sccg/depart/import', params);
}