chenjun 2 år sedan
förälder
incheckning
ad91138916
2 ändrade filer med 6 tillägg och 6 borttagningar
  1. 1 1
      public/config.js
  2. 5 5
      src/views/baggageManagement/mixins/terminal.js

+ 1 - 1
public/config.js

@@ -3,7 +3,7 @@
  * @Date: 2022-04-25 14:05:21
  * @LastEditTime: 2022-05-06 09:40:40
  * @LastEditors: your name
- * @Description: 
+ * @Description:
  * have a nice day!
  */
 var PLATFROM_CONFIG = {};

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

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