ruoyi-ui/src/api/system/dept.js @@ -74,3 +74,11 @@ method: 'get' }) } // 获取所有分公司列表(parentId=100的部门) export function listAllBranches() { return request({ url: '/system/dept/branch/all', method: 'get' }) }