Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -779,6 +779,9 @@ export default { | ... | @@ -779,6 +779,9 @@ export default { |
| 779 | } else { | 779 | } else { |
| 780 | //航线为空,提示未找到维度数据 | 780 | //航线为空,提示未找到维度数据 |
| 781 | if (this.routeSatus == 'flightInformationMaintenancePurple Tail' || this.routeSatus == 'FlightRandConfig') { | 781 | if (this.routeSatus == 'flightInformationMaintenancePurple Tail' || this.routeSatus == 'FlightRandConfig') { |
| 782 | + if (this.routeSatus == 'FlightRandConfig') { | ||
| 783 | + this.infoForm.fltDate = '' | ||
| 784 | + } | ||
| 782 | findDestinationFltRuleByFlightNo({ | 785 | findDestinationFltRuleByFlightNo({ |
| 783 | purposeOfFlightNo: this.infoForm.fltNo, | 786 | purposeOfFlightNo: this.infoForm.fltNo, |
| 784 | flightRoute: this.infoForm.route, | 787 | flightRoute: this.infoForm.route, | ... | ... |
-
Please register or login to post a comment