|
@@ -1113,9 +1113,10 @@ export default {
|
|
|
tempInfo[i].isStatus = false
|
|
|
}
|
|
|
}
|
|
|
+ // 默认选中新生专享
|
|
|
for (let i in this.newStudentfor) {
|
|
|
if (this.newStudentfor[i] && this.newStudentfor[i].isNew) {
|
|
|
- this.newStudentfor[i].isStatus = true
|
|
|
+ this.newStudentfor[i].isStatus = false
|
|
|
} else {
|
|
|
this.newStudentfor[i].isStatus = false
|
|
|
}
|