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