Procházet zdrojové kódy

elective detail + active generation query parameter

hare8999@163.com před 2 roky
rodič
revize
441884348e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/elective/generation/detail.vue

+ 2 - 1
src/views/elective/generation/detail.vue

@@ -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