| 
					
				 | 
			
			
				@@ -124,7 +124,11 @@ const qualityBox = ref([ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 eventBus.on("click:point",function({farmId,sampleId, data}){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   sampleId = data.id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     isLoadingImg.value = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  let params = {sampleId,farmId} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  let startDate = new Date(currentDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  startDate.setMonth(currentDate.getMonth() - 2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// 格式化日期 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  let params = {sampleId,farmId,startDate:dateFormat(startDate, "YY-mm-dd")} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   VE_API.miniimage.list(params).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if(res.code === 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dialogVisible.value = true 
			 |