| 
					
				 | 
			
			
				@@ -1191,6 +1191,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               basicStudentNum: this.topFrom.basicStudentNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               paymentUserType: this.topFrom.paymentUserType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               chargeMode: this.topFrom.chargeMode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              gradeType: this.topFrom.gradeType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // obj.musicGroupPaymentEntities = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // createTeam 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1573,7 +1574,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.topFrom.basicStudentNum = res.data.musicGroup.basicStudentNum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.topFrom.paymentUserType = res.data.musicGroup.paymentUserType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.topFrom.chargeMode = res.data.musicGroup.chargeMode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.topFrom.gradeType = res.data.musicGroup.gradeType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       localStorage.setItem(`${this.teamid}base`, JSON.stringify(this.topFrom)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     changeType(val) { 
			 |