| 
					
				 | 
			
			
				@@ -228,7 +228,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   .then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     letterProcessCancel({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      ids: this.recordSelected.map(item => item.leLetterId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      ids: this.recordSelected.map(item => item.leLetterId).join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       .then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         this.$refs?.pageRef?.refreshList() 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -262,7 +262,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   .then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     letterProcessSend({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      ids: this.recordSelected.map(item => item.leLetterId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      ids: this.recordSelected.map(item => item.leLetterId).join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       .then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         this.$refs?.pageRef?.refreshList() 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -296,7 +296,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   .then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     letterProcessReject({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      ids: this.recordSelected.map(item => item.leLetterId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      ids: this.recordSelected.map(item => item.leLetterId).join(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       .then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         this.$refs?.pageRef?.refreshList() 
			 |