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