chenrui  1 жил өмнө
parent
commit
4e7d35d983

+ 2 - 2
src/views/dashboard/index.vue

@@ -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) {