fuliqi
2025-02-07 01ae48bc5f7e63e27aa7338cbc2794e30535fd66
src/api/system/user.js
@@ -105,7 +105,6 @@
  return request({
    url: '/system/user/profile/avatar',
    method: 'post',
    headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
    data: data
  })
}
@@ -134,3 +133,11 @@
    method: 'get'
  })
}
// 查询部门下拉树结构(flowable专用)
export function flowableDeptTreeSelect() {
  return request({
    url: '/system/user/flowable/deptTree',
    method: 'get'
  })
}