fuliqi
2025-02-19 e24277eabf4345bc6a74cd8ea202faea8ceed02e
src/api/system/user.js
@@ -160,3 +160,11 @@
    method: 'get'
  })
}
// 查询部门下人员
export function getByDept(deptId) {
  return request({
    url: '/system/user/getByDept/'+deptId,
    method: 'get'
  })
}