|
@@ -153,8 +153,17 @@ export default {
|
|
|
const flag = res.returnData.filter(item => item.IATACode == 'PEK');
|
|
|
this.formData.currentAirport = this.TauthId && flag.length ? 'PEK' : res.returnData[0].IATACode;
|
|
|
}
|
|
|
+ // this.tableTag = {
|
|
|
+ // filter: this.formatParams(),
|
|
|
+ // shouldReset: type !== 1
|
|
|
+ // }
|
|
|
+ const queryData = {
|
|
|
+ departure_flights_date1: this.startDate,
|
|
|
+ departure_flights_date2: this.endDate
|
|
|
+ }
|
|
|
+ queryData['current_airport'] = this.formData.currentAirport
|
|
|
this.tableTag = {
|
|
|
- filter: this.formatParams(),
|
|
|
+ ...queryData,
|
|
|
shouldReset: type !== 1
|
|
|
}
|
|
|
} else {
|