|
@@ -132,7 +132,8 @@ export default {
|
|
|
if (Number(res.code) === 0) {
|
|
|
this.AirportList = res.returnData;
|
|
|
if (type) {
|
|
|
- this.formData.currentAirport = this.TauthId ? res.returnData[0].IATACode : "PEK";
|
|
|
+ // this.formData.currentAirport = this.TauthId ? res.returnData[0].IATACode : "PEK";
|
|
|
+ this.formData.currentAirport = "PEK";
|
|
|
}
|
|
|
this.tableTag = {
|
|
|
filter: this.formatParams()
|