Explorar el Código

排课 声部选择修改

wolyshaw hace 4 años
padre
commit
f26a390e3b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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);