xiangpei
2025-03-17 5a98e5f9ce50bb5de56a54cae14e5ea49fbe2c07
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({