Selaa lähdekoodia

修改学生状态

修改学生状态
mo 4 vuotta sitten
vanhempi
commit
da614ec70b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {
         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
           }
           }