@@ -1342,6 +1342,8 @@ export default {
handleFirstAir(val) {
this.secondAir = null;
this.twoAirInfo = false;
+ this.airDistance = null;
+ this.airAngle = null;
},
// 选择第二个飞机
handleSecondAir(val) {