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