|  | @@ -203,7 +203,8 @@ export default {
 | 
	
		
			
				|  |  |          roundId: this.prevData.roundId,
 | 
	
		
			
				|  |  |          generation: this.queryParams.generation,
 | 
	
		
			
				|  |  |          groupId: this.queryParams.generationGroupId,
 | 
	
		
			
				|  |  | -        queryCode: this.queryParams.generationQueryCode
 | 
	
		
			
				|  |  | +        queryCode: this.queryParams.generationQueryCode,
 | 
	
		
			
				|  |  | +        active: this.prevData.activeGeneration
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.loading = true
 | 
	
		
			
				|  |  |        this.majorsMap = null
 |