@@ -125,7 +125,7 @@ const arrivalRoutes = {
const transferRoutes = {
path: '/transfer',
component: Layout,
- meta: { roles: ['is_showTransit'] },
+ meta: { roles: ['is_showTransit'],keepAlive: true },
children: [
{
@@ -519,11 +519,11 @@ export default {
}
},
mounted() {
-
+ this.getAirPortData()
activated(){
this.$refs['form'].validateField('flightDate')
- this.getAirPortData()
+ this.getTableData()
deactivated(){
if (this.loopEvent) {
@@ -474,7 +474,7 @@ export default {
+ // this.getAirPortData()