|
@@ -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) !== '[]') {
|