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 } }) }