|  | @@ -62,8 +62,7 @@
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  | -import { teamSoundStudent } from '@/api/buildTeam'
 | 
	
		
			
				|  |  | -import { closeMusicGroup } from '../api'
 | 
	
		
			
				|  |  | +import { closeMusicGroup, getMusicGroupStuReBack } from '../api'
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    props: ['detail'],
 | 
	
		
			
				|  |  |    mounted() {
 | 
	
	
		
			
				|  | @@ -77,7 +76,7 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      async FetchList() {
 | 
	
		
			
				|  |  | -      const res = await teamSoundStudent({
 | 
	
		
			
				|  |  | +      const res = await getMusicGroupStuReBack({
 | 
	
		
			
				|  |  |          musicGroupId: this.detail?.id,
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |        this.list = res.data
 |