|  | @@ -250,6 +250,9 @@ export default {
 | 
	
		
			
				|  |  |      if (this.$route.query.orderId){
 | 
	
		
			
				|  |  |        this.rowCell({id:this.$route.query.orderId},0)
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +    if (this.$route.query.params){
 | 
	
		
			
				|  |  | +      this.rowCell({id:this.$route.query.params},0)
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    async created() {
 | 
	
		
			
				|  |  |      this.option = await this.getColumnData(this.getColumnName(86), this.optionList);
 |