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