diff --git a/src/views/emis/EmisBaseTools/TransLinePicker.vue b/src/views/emis/EmisBaseTools/TransLinePicker.vue index ed4222f1..64f0600a 100644 --- a/src/views/emis/EmisBaseTools/TransLinePicker.vue +++ b/src/views/emis/EmisBaseTools/TransLinePicker.vue @@ -68,6 +68,7 @@ watch: { value(newVal) { this.svalue = newVal; + this.queryParams.lineCode=this.svalue ; }, countryCode(newVal) { this.queryParams.country=this.countryCode;