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