Browse Source

Merge branch 'master' of http://120.26.64.82:10880/BFFE/dz2.1

zhaoke 1 year ago
parent
commit
68a51c5428
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/dashboard/index.vue

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