xiangpei
2025-01-03 f867526db1a30d25b77fc67d1761e986b7cba0c8
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({