| 
					
				 | 
			
			
				@@ -386,12 +386,13 @@ function handleSubmit(type,item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        item.tomorrowPlan=item.tomorrowPlan?item.tomorrowPlan:'-'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        item.coordinateWork=item.coordinateWork?item.coordinateWork:'-' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 触发方法 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        proxy.$common.uniCopy({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          proxy.$common.uniCopy({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           content: workLongString+ "\n" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   "明日计划:\n" + item.tomorrowPlan + "\n" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  "工作协调:\n" + item.coordinateWork + "\n" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  "抄送人:\n" +ccToString  , 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  "工作协调:\n" + item.coordinateWork, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           success: (res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title: res, 
			 |