| 
					
				 | 
			
			
				@@ -678,6 +678,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (data.school) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           const schoolInfo = data.school || {}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           const schoolInstrumentList = schoolInfo.schoolInstrumentList || []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          forms.schoolInstrumentSetType = schoolInfo.instrumentSetType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (schoolInfo.instrumentSetType === 'SCHOOL') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const instrumentCode = schoolInstrumentList[0]?.instrumentCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             forms.gradeList = getGradeList( 
			 |