| 
					
				 | 
			
			
				@@ -534,6 +534,7 @@ let rptSignatureHelper = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (const page of pageData.items) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (page.signature_audit_cells) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 for (const sCell of page.signature_audit_cells) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    sCell.Value = ''; // 这里要先清除原有信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     for (const role_rel of currRoleRelList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (sCell.signature_name === role_rel.signature_name + '_审核意见') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             let preDate = ''; 
			 |