|
@@ -343,8 +343,8 @@ export default {
|
|
|
throw new Error(message || '失败')
|
|
|
}
|
|
|
this.aiportOptions = returnData.map(aiport => ({
|
|
|
- label: aiport.code3,
|
|
|
- value: aiport.code3,
|
|
|
+ label: aiport.IATACode,
|
|
|
+ value: aiport.IATACode,
|
|
|
}))
|
|
|
this.currentAirport = 'CAN'
|
|
|
} catch (error) {
|