+
liuyg
2021-07-09 f6722070ab96b71a6d2e61bc1850238a2bb554eb
src/api/securityUnit/securityUnit.js
@@ -153,4 +153,16 @@
      ids,
    }
  })
}
}
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
    // }
  })
}