zhouwx
2024-11-12 1e2bd6710762860f1735baef0f61be1d8edb2fe2
src/api/user.js
@@ -277,3 +277,19 @@
        data: data
    })
}
export function getExportData(id){
    return request({
        url: '/org/user/export/' + id,
        method: 'post',
    })
}
export function getOrgData(id){
    return request({
        url: '/org/structure/findByDistrictId/' + id,
        method: 'get',
    })
}