| 
					
				 | 
			
			
				@@ -1808,6 +1808,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 // 查第一条的明细 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 losbfeestemplateDetail(this.templateData[0].id).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.templateRightData = res.data.data.feesTemplateItemsList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    this.$refs.templateRef.$refs.table.toggleAllSelection() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1816,6 +1817,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.lefttemplate = e 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             losbfeestemplateDetail(e.id).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.templateRightData = res.data.data.feesTemplateItemsList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                this.$refs.templateRef.$refs.table.toggleAllSelection() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 右侧选择回调 
			 |