Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -122,6 +122,8 @@ export default { | ... | @@ -122,6 +122,8 @@ export default { |
| 122 | queryParmas: function () { | 122 | queryParmas: function () { |
| 123 | // White Tail | 123 | // White Tail |
| 124 | if (parmas.flightKindName == "White Tail") { | 124 | if (parmas.flightKindName == "White Tail") { |
| 125 | + this.dateParmas.flightType = "WT"; | ||
| 126 | + this.noDateParmas.flightType = "WT"; | ||
| 125 | _this.dateLevelData({ | 127 | _this.dateLevelData({ |
| 126 | dateParmas: this.dateParmas, | 128 | dateParmas: this.dateParmas, |
| 127 | noDateParmas: this.noDateParmas, | 129 | noDateParmas: this.noDateParmas, | ... | ... |
-
Please register or login to post a comment