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