|
@@ -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: `/${this.$route.path.split('/').slice(1, -1).join('/')}/flightView`,
|
|
|
+ // query: row
|
|
|
+ // })
|
|
|
+ this.$router.push({ path: '/advance/flightView', query: row })
|
|
|
},
|
|
|
// 全部机场查询
|
|
|
async currentAirportQuery() {
|