jinhui.wang

bug修复

......@@ -286,8 +286,10 @@ export default {
})
},
routeChange() {
// this.$forceUpdate()
this.$forceUpdate()
this.$nextTick(() => {
this.$refs['superAllocationForm'].clearValidate('flightRoute')
})
},
close() {
this.formData = {
......