jinhui.wang

bug修复

...@@ -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 = {
......