|
@@ -208,7 +208,7 @@ |
|
@@ -208,7 +208,7 @@ |
208
|
if(response.code=='200'){
|
208
|
if(response.code=='200'){
|
209
|
this.centerDialogVisible=true;
|
209
|
this.centerDialogVisible=true;
|
210
|
this.msg=response.msg;
|
210
|
this.msg=response.msg;
|
211
|
- this.$router.push({path:'/queryFlightplan',query:{flightNo:JSON.stringify(this.flight.flightNo)}});
|
211
|
+ this.$router.push({path:'/queryFlightplan',query:{flightNo:this.flight.flightNo,flightDate:this.flight.flightDate,aircraftNo:this.flight.aircraftNo}});
|
212
|
}else{
|
212
|
}else{
|
213
|
this.msg=response.msg;
|
213
|
this.msg=response.msg;
|
214
|
}
|
214
|
}
|
|
@@ -223,8 +223,8 @@ |
|
@@ -223,8 +223,8 @@ |
223
|
defaultData(){
|
223
|
defaultData(){
|
224
|
if(this.$route.query.uuid!=null){
|
224
|
if(this.$route.query.uuid!=null){
|
225
|
let ob=Object.assign(this.flight, this.$route.query);
|
225
|
let ob=Object.assign(this.flight, this.$route.query);
|
226
|
- this.flight.currentLandingTime=fecha.parse(ob.currentLandingTime,'yyyyMMddHHmm');
|
|
|
227
|
- this.flight.currentTakeoffTime=fecha.parse(ob.currentTakeoffTime,'yyyyMMddHHmm');
|
226
|
+ /*this.flight.currentLandingTime=fecha.parse(ob.currentLandingTime,'yyyyMMddHHmm');
|
|
|
227
|
+ this.flight.currentTakeoffTime=fecha.parse(ob.currentTakeoffTime,'yyyyMMddHHmm');*/
|
228
|
}
|
228
|
}
|
229
|
},
|
229
|
},
|
230
|
},
|
230
|
},
|