|
@@ -394,8 +394,8 @@ export default {
|
|
|
const res = await this.getQueryListAuth(SERVICE_ID.arrivalAirId, {}, 1, 9999, 278)
|
|
|
if (Number(res.code) === 0) {
|
|
|
if (res.returnData?.listValues?.length) {
|
|
|
- this.AirportList = this._.orderBy(res.returnData.listValues, o => o.planLandingApt)
|
|
|
- this.formData.currentAirport = res.returnData.listValues[0].planLandingApt
|
|
|
+ this.AirportList = this._.orderBy(res.returnData.listValues, o => o.planDepartureApt)
|
|
|
+ this.formData.currentAirport = res.returnData.listValues[0].planDepartureApt
|
|
|
this.resetLoopEvent()
|
|
|
} else {
|
|
|
this.$message.warning('无航站数据权限')
|