Browse Source

修改学生状态

修改学生状态
mo 4 years ago
parent
commit
da614ec70b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamBuild/components/teamSoundMoney.vue

+ 1 - 1
src/views/teamBuild/components/teamSoundMoney.vue

@@ -1113,7 +1113,7 @@ export default {
         }
         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
           }