| 
					
				 | 
			
			
				@@ -441,10 +441,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (!this.date) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return this.$tips(`请先选择${this.typeVal}开始时间`) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.minDate2 = Number(new Date(this.date)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.minDate2 = Number(new Date(this.date.split(' ').join('T'))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.maxDate2 = Number(this.getEndOfDayTimestamp(this.minDate2)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(this.date, this.minDate2, this.maxDate2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$nextTick(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.isShowDatePicker2 = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 |