xiangpei
2024-11-30 ee15398472acb5686be991b6445bab3db3cf229b
src/api/system/user.js
@@ -133,3 +133,11 @@
    method: 'get'
  })
}
// 查询部门下拉树结构(flowable专用)
export function flowableDeptTreeSelect() {
  return request({
    url: '/system/user/flowable/deptTree',
    method: 'get'
  })
}