MrShi
2024-11-19 56edbd80963acea41d9b9737bb9264f57a6e4ae2
company/src/api/system/user.js
@@ -52,3 +52,8 @@
export function updateHead (data) {
  return request.post('/system/user/updateHead', data)
}
// 查询当前企业下所有用户
export function findUserList (data) {
  return request.post('/system/user/findUserList', data)
}