chenjun 2 years ago
parent
commit
0f886d52ff
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/views/baggageManagement/mixins/terminal.js

+ 5 - 4
src/views/baggageManagement/mixins/terminal.js

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