zhongxiaoyu 2 жил өмнө
parent
commit
e34d6a43c0

+ 2 - 2
src/views/baggageManagement/components/transferArrival/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: zk
  * @Date: 2022-01-17 10:39:22
- * @LastEditTime: 2022-06-21 17:51:56
+ * @LastEditTime: 2022-06-28 10:04:17
  * @LastEditors: your name
  * @Description: 中转进港
 -->
@@ -455,7 +455,7 @@ export default {
     }
   },
   created() {
-    this.getAirPortData()
+    // this.getAirPortData()
     const { startDate, endDate } = this.$route.query
     Object.entries(this.$route.query).forEach(([key, value]) => {
       if ((value ?? '') !== '' && JSON.stringify(value) !== '[]') {

+ 2 - 2
src/views/baggageManagement/components/transferDeparture/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: zk
  * @Date: 2022-01-17 10:39:22
- * @LastEditTime: 2022-06-21 17:58:36
+ * @LastEditTime: 2022-06-28 10:11:56
  * @LastEditors: your name
  * @Description: 中转离港
 -->
@@ -455,7 +455,7 @@ export default {
     }
   },
   created() {
-    this.getAirPortData()
+    // this.getAirPortData()
     const { startDate, endDate } = this.$route.query
     Object.entries(this.$route.query).forEach(([key, value]) => {
       if ((value ?? '') !== '' && JSON.stringify(value) !== '[]') {