瀏覽代碼

rename to

hare8999@163.com 2 年之前
父節點
當前提交
a773499350
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/elective/generation/detail.vue

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

@@ -224,7 +224,7 @@ export default {
     },
     getGroupDescription(row, groupId) {
       const matchedMajors = (this.majorsMap[row['studentId']]
-        ?.majors?.filter(m => m['matchedGroupIds'].some(id => id == groupId)) || [])
+        ?.marjors?.filter(m => m['matchedGroupIds'].some(id => id == groupId)) || [])
         .groupBy(m => m.collegeName)
       const current = this.prevData.activeGeneration
       const options = Object.values(this.options)