zhouwx
2024-08-30 1f6893d24ba87313d4114c68813073ead53b2e12
src/api/contactBook.js
@@ -112,9 +112,27 @@
}
// 通讯录下拉接口
export function getNewAddressBook(){
// export function getNewAddressBook(){
//     return request({
//         url: '/org/structure/select/user',
//         method: 'get'
//     })
// }
//新通讯录-根据平级单位查人
export function getNewAddressBookUser(id){
    return request({
        url: '/org/structure/select/user',
        url: '/org/user/select/user/' + id,
        method: 'get'
    })
}
//新通讯录-根据区划查子级以及平级单位
export function getNewAddressBookArea(){
    return request({
        url: '/sys/districtInfo/select/org',
        method: 'get'
    })
}