浏览代码

修改学生状态

修改学生状态
mo 4 年之前
父节点
当前提交
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
           }