|  | @@ -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);
 |