11
@@ -1409,6 +1409,7 @@ export default {
studentVisible (val) {
if (!val) {
newClassVisible = false;
+ this.activeListStudent = [];
}
},