| 
					
				 | 
			
			
				@@ -554,6 +554,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           musicGroupId: this.musicGroupId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        const info = this.viewDetail?.musicGroupPaymentCalenders[0] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if (info && this.viewDetail?.auditDto.paymentType === 'ADD_STUDENT') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          data.attribute1 = info.attribute1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (!this.rowDetail?.batchNo) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const res = await musicGroupPaymentCalenderAdd(data); 
			 |