zhouwx
2024-08-30 1f6893d24ba87313d4114c68813073ead53b2e12
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',
    })
}