|  |  |  | @ -547,6 +547,12 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       // let newWindow = window.open(); | 
			
		
	
		
			
				
					|  |  |  |  |       // newWindow.document.write(row.filePath) | 
			
		
	
		
			
				
					|  |  |  |  |       this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       if (row.filePath.toLowerCase().slice(-5).includes(".pdf")) { | 
			
		
	
		
			
				
					|  |  |  |  |         window.open(this.certFileUrl + row.filePath.replace(",", "")); | 
			
		
	
		
			
				
					|  |  |  |  |         return | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       this.imgList = []; | 
			
		
	
		
			
				
					|  |  |  |  |       previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => { | 
			
		
	
		
			
				
					|  |  |  |  |         if (response.code === 20000) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |