liuyg
2021-09-26 b8aa0226aa7b9826a6d8acf249258e475a07c000
src/api/system/dept.js
@@ -69,12 +69,13 @@
    })
}
export const getDeptLazyTree = (parentId) => {
export const getDeptLazyTree = (parentId, jurisdiction) => {
    return request({
        url: '/api/blade-system/dept/lazy-tree',
        method: 'get',
        params: {
            parentId
            parentId,
            jurisdiction
        }
    })
}