|  | @@ -137,7 +137,7 @@
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  | -import { highClassGroups, teamSoundStudent, resetHighClass, pushMessage,getMusicGroupStuNoClassType } from '@/api/buildTeam'
 | 
	
		
			
				|  |  | +import { highClassGroups, teamSoundStudent, resetHighClass, pushMessage, getMusicGroupStuNoClassType } from '@/api/buildTeam'
 | 
	
		
			
				|  |  |  import { getClassAllStudent, addStudents, removeStudents } from '@/api/studentManager'
 | 
	
		
			
				|  |  |  // import QRCode from 'qrcodejs2'
 | 
	
		
			
				|  |  |  export default {
 | 
	
	
		
			
				|  | @@ -244,13 +244,13 @@ export default {
 | 
	
		
			
				|  |  |      addstudentBtn (row) {
 | 
	
		
			
				|  |  |        this.activeClass = row.id;
 | 
	
		
			
				|  |  |        let type = row.type;
 | 
	
		
			
				|  |  | -      getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type }).then(res=>{
 | 
	
		
			
				|  |  | -        if(res.code == 200){
 | 
	
		
			
				|  |  | +      getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type }).then(res => {
 | 
	
		
			
				|  |  | +        if (res.code == 200) {
 | 
	
		
			
				|  |  |            this.studentList = res.data;
 | 
	
		
			
				|  |  |            this.addStudentVisible = true;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      addStudnt () {
 | 
	
		
			
				|  |  |        // 发请求添加学生
 |