zhouwx
2024-08-02 ba09ccd7346a2e0aa8a1ac55b5cc46eb9cb057af
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',
    })
}