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