|
@@ -2259,6 +2259,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
changeStudent(val) {
|
|
|
+ this.chioseActive()
|
|
|
this.leftForm.activeType = "";
|
|
|
this.activeStudentList = [];
|
|
|
this.chioseStudent = val;
|
|
@@ -2294,6 +2295,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
changeStudentP(val) {
|
|
|
+ this.chioseActive()
|
|
|
this.leftForm.activeType = "";
|
|
|
this.activeStudentList = [];
|
|
|
this.chioseStudent = val;
|