asher
2021-03-04 45fa686a64fd89a78e1516929592fd90e869e541
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({