fuliqi
2025-02-12 e788995330a3fd588d0d80f28ee7510e4b7c787f
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({