Browse Source

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

hare8999@163.com 2 năm trước cách đây
mục cha
commit
ae53e755aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)