|  | @@ -102,8 +102,11 @@
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async created() {
 | 
	
		
			
				|  |  | +      if (this.$route.query.dc){
 | 
	
		
			
				|  |  | +        this.$router.$avueRouter.closeTag(window.location.hash.slice(1))
 | 
	
		
			
				|  |  | +        this.$router.push({ query: {} });
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |        this.option = await this.getColumnData(this.getColumnName(60.1), option);
 | 
	
		
			
				|  |  | -      this.$router.$avueRouter.closeTag(window.location.hash.slice(1))
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      mounted() {
 | 
	
		
			
				|  |  |        // option.height = window.innerHeight - 200 ;
 |