src/api/securityUnit/securityUnit.js
@@ -154,3 +154,15 @@ } }) } export const getDeptLazyTree = (parentId) => { return request({ // url: '/api/blade-system/dept/lazy-trees', url: 'http://192.168.0.104:80/blade-system/dept/lazy-trees', method: 'get', // params: { // parentId // } }) }