|
@@ -154,10 +154,11 @@ export default {
|
|
|
},
|
|
|
|
|
|
rowClick(row, column, event) {
|
|
|
- this.$router.push({
|
|
|
- path: `/${this.$route.path.split('/').slice(1, -1).join('/')}/flightView`,
|
|
|
- query: row
|
|
|
- })
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.$router.push({ path: '/advance/flightView', query: row })
|
|
|
},
|
|
|
|
|
|
async currentAirportQuery() {
|