MrShi
2025-06-16 1ab197ce175ad7001e4903005645a486a08d9ceb
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)
}