| 
					
				 | 
			
			
				@@ -98,7 +98,7 @@ let printObj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   id:"printTest", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   popTitle: 'good print', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   beforeOpenCallback (vue) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    toImg(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // toImg(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     console.log('打开之前') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   openCallback (vue) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -141,7 +141,7 @@ onMounted(()=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     data.area = getAreaByWkt(data.geom) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     rowData.value = data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     pdfMap.initMap(data,mapRef.value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    toImg(false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // toImg(false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -282,5 +282,9 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+canvas{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  height: 500px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 |