xiangpei
2024-11-30 ee15398472acb5686be991b6445bab3db3cf229b
src/api/system/dept.js
@@ -9,6 +9,16 @@
  })
}
// flowable查询所有部门
export function flowableGetAllDept() {
  return request({
    url: '/system/dept/flowable/all',
    method: 'get'
  })
}
// 查询部门列表(排除节点)
export function listDeptExcludeChild(deptId) {
  return request({