Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -286,7 +286,8 @@ export default { | ... | @@ -286,7 +286,8 @@ export default { |
| 286 | }) | 286 | }) |
| 287 | }, | 287 | }, |
| 288 | routeChange() { | 288 | routeChange() { |
| 289 | - this.$forceUpdate() | 289 | + // this.$forceUpdate() |
| 290 | + this.$refs['superAllocationForm'].clearValidate('flightRoute') | ||
| 290 | }, | 291 | }, |
| 291 | close() { | 292 | close() { |
| 292 | this.formData = { | 293 | this.formData = { | ... | ... |
-
Please register or login to post a comment