Pārlūkot izejas kodu

master elective - open student `report-table` - fault tolerance

hare8999@163.com 2 gadi atpakaļ
vecāks
revīzija
ae53e755aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/elective/generation/detail.vue

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

@@ -272,7 +272,7 @@ export default {
           activeOpt: this.activeOpt,
           roundGroups: this.prevData.groups,
           models: res.data,
-          activeModels: res.data
+          activeModels: res.data?.filter(g => g.generation <= query.generation) || []
         }
         this.studentTableVisible = true
       }).finally(() => this.loading = false)