若依
2022-03-05 9f944c043feea944e61bebd94a7fb1e7c34156d1
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({