jinhui.wang

提示修正

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