jiangping
2025-05-28 4b2386b1905b38a0c6c3cdd82b192151181dae28
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)
}