소스 검색

修改学生状态

修改学生状态
mo 5 년 전
부모
커밋
da614ec70b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
           }