|
@@ -1113,7 +1113,7 @@ export default {
|
|
}
|
|
}
|
|
for (let i in this.newStudentfor) {
|
|
for (let i in this.newStudentfor) {
|
|
if (this.newStudentfor[i] && this.newStudentfor[i].isNew) {
|
|
if (this.newStudentfor[i] && this.newStudentfor[i].isNew) {
|
|
- this.newStudentfor[i].isStatus = true
|
|
|
|
|
|
+ this.newStudentfor[i].isStatus = false
|
|
} else {
|
|
} else {
|
|
this.newStudentfor[i].isStatus = false
|
|
this.newStudentfor[i].isStatus = false
|
|
}
|
|
}
|