|
@@ -278,7 +278,7 @@ export default {
|
|
|
generation: this.activeOpt.value,
|
|
|
studentId: row.studentId
|
|
|
}
|
|
|
- const majors = this.majorsMap[query.studentId]?.majors || []
|
|
|
+ const majors = this.majorsMap[query.studentId]?.marjors || []
|
|
|
getStudentElectiveModels(query).then(res => {
|
|
|
this.studentMajors = majors
|
|
|
const generationModels = res.data?.filter(g => g.generation <= query.generation) || []
|