|
@@ -607,6 +607,7 @@ export default {
|
|
|
this.$router.push({
|
|
|
path: '/advance',
|
|
|
query: {
|
|
|
+ FlightNO: this.queryData.FlightNO,
|
|
|
transferArrival: row.PreFlightNO,
|
|
|
startDate: this.queryData.FlightDate,
|
|
|
endDate: this.queryData.FlightDate,
|
|
@@ -617,6 +618,7 @@ export default {
|
|
|
this.$router.push({
|
|
|
path: '/advance',
|
|
|
query: {
|
|
|
+ FlightNO: this.queryData.FlightNO,
|
|
|
transferDeparture: row.TransferFlightNO,
|
|
|
startDate: this.queryData.FlightDate,
|
|
|
endDate: this.queryData.FlightDate,
|