正在显示
1 个修改的文件
包含
0 行增加
和
4 行删除
@@ -1170,8 +1170,6 @@ | @@ -1170,8 +1170,6 @@ | ||
1170 | this.preQuery.flightno = this.$route.params.flightData.flightno.substring(2) | 1170 | this.preQuery.flightno = this.$route.params.flightData.flightno.substring(2) |
1171 | this.carrierAndFlight = this.$route.params.flightData.flightno; | 1171 | this.carrierAndFlight = this.$route.params.flightData.flightno; |
1172 | this.preQuery.flightdate = this.$route.params.flightData.flightdate | 1172 | this.preQuery.flightdate = this.$route.params.flightData.flightdate |
1173 | - this.preQuery.originstation = this.$route.params.flightData.originstation | ||
1174 | - this.preQuery.destinationstation = this.$route.params.flightData.destinationstation | ||
1175 | if (this.$route.params.flightData.awba !== undefined && this.$route.params.flightData.awba !== '') { | 1173 | if (this.$route.params.flightData.awba !== undefined && this.$route.params.flightData.awba !== '') { |
1176 | this.preQuery.awba = this.$route.params.flightData.awba.substring(0, 3) + "-" + this.$route.params.flightData.awba.substring(3) | 1174 | this.preQuery.awba = this.$route.params.flightData.awba.substring(0, 3) + "-" + this.$route.params.flightData.awba.substring(3) |
1177 | } | 1175 | } |
@@ -1524,8 +1522,6 @@ | @@ -1524,8 +1522,6 @@ | ||
1524 | this.preModel.flightno = this.preQuery.carrier+this.preQuery.flightno | 1522 | this.preModel.flightno = this.preQuery.carrier+this.preQuery.flightno |
1525 | } | 1523 | } |
1526 | this.preModel.flightdate = this.preQuery.flightdate | 1524 | this.preModel.flightdate = this.preQuery.flightdate |
1527 | - this.preModel.originstation = this.preQuery.originstation | ||
1528 | - this.preModel.destinationstation = this.preQuery.destinationstation | ||
1529 | this.preModel.customcode = this.preQuery.customcode | 1525 | this.preModel.customcode = this.preQuery.customcode |
1530 | this.dialogStatus = 'create' | 1526 | this.dialogStatus = 'create' |
1531 | this.dialogFormVisible = true | 1527 | this.dialogFormVisible = true |
-
请 注册 或 登录 后发表评论