| 
					
				 | 
			
			
				@@ -60,7 +60,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // dateValue: [`${nowYear}-01-01`, `${nowYear}-${nowMonth}-${nowDay}`] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      dateValue: [`${nowYear}0101`, `${nowYear}${nowMonth}${nowDay}`], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      dateValue: [`${nowYear}0101`, new Date().format("yyyyMMdd")], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   mounted() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -68,6 +68,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dateChange() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      console.log(this.dateValue) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$emit("dateChange", this.dateValue); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       store.setCockpitDate(this.dateValue); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |