zhouwx
17 小时以前 c5f4bef2a867c3da79555a95b60a7c4d5c295f0e
src/api/orgStructure/depart.js
@@ -8,6 +8,13 @@
        params: params
    })
}
export function getDepartById(id) {
    return request({
        url: '/system/dept/list/' + id,
        method: 'get',
    })
}
export function getDeptTreeList(params) {
    return request({
@@ -102,4 +109,4 @@
        method: 'post',
        data: data
    })
}
}