浏览代码

排课 声部选择修改

wolyshaw 4 年之前
父节点
当前提交
f26a390e3b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/teamDetail/components/resetClass.vue

+ 1 - 2
src/views/teamDetail/components/resetClass.vue

@@ -770,7 +770,7 @@ export default {
     },
     setType(type) {
       this.courseTypeList = getCourseType(type);
-      console.log(this.courseTypeList);
+      this.activeSoundList = this.soundList
     },
     // 新增班级
     addNewClass(type) {
@@ -903,7 +903,6 @@ export default {
         this.activeSoundList = this.soundList.filter((sound) => {
           return arr.indexOf(sound.id + "") != -1;
         });
-        console.log(this.activeSoundList);
       } else {
         this.activeSoundList = this.soundList;
         this.getNoClassStudent(row.type);