|  | @@ -123,11 +123,13 @@ export default {
 | 
	
		
			
				|  |  |        this.submitDate(this.date);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changeValue(val) {
 | 
	
		
			
				|  |  | +      console.log('changeValue')
 | 
	
		
			
				|  |  |        this.timer = "";
 | 
	
		
			
				|  |  |        this.date = val;
 | 
	
		
			
				|  |  |        this.submitDate(this.date);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changeQuick(val) {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        let startDate;
 | 
	
		
			
				|  |  |        let endDate;
 | 
	
		
			
				|  |  |        if (val == "month") {
 | 
	
	
		
			
				|  | @@ -218,6 +220,7 @@ export default {
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      initStatue(val) {
 | 
	
		
			
				|  |  | +      console.log('initStatue',val)
 | 
	
		
			
				|  |  |        if (val) {
 | 
	
		
			
				|  |  |          this.timer = val;
 | 
	
		
			
				|  |  |        } else {
 |