若依
2022-03-26 b2b93e506091f67d2e3e47da5ec2c898d4059ba2
ruoyi-ui/src/api/system/dept.js
@@ -9,6 +9,14 @@
  })
}
// 查询部门列表(排除节点)
export function listDeptExcludeChild(deptId) {
  return request({
    url: '/system/dept/list/exclude/' + deptId,
    method: 'get'
  })
}
// 查询部门详细
export function getDept(deptId) {
  return request({