| 
					
				 | 
			
			
				@@ -1436,6 +1436,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  r.clientName = item.clientContactsName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  this.inputForm.financeInvoiceBaseDTOList[this.programRow] = r 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  this.bj1 = rows.bj1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					  if(this.programRow === 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						  this.inputForm.reconciliationArea = item.areaId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				  } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  let r = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						  programName: item.projectName, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1451,6 +1454,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  this.inputForm.financeInvoiceBaseDTOList.push(r) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  this.bj1 = rows.bj1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					  this.baseKey = Math.random() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					  if(this.programRow === 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						  this.inputForm.reconciliationArea = item.areaId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  this.$forceUpdate() 
			 |