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