jinhui.wang

显示修正

...@@ -47,6 +47,8 @@ export default { ...@@ -47,6 +47,8 @@ export default {
47 }, 47 },
48 watch: { 48 watch: {
49 open(val) { 49 open(val) {
50 + this.routeList = []
51 + this.submitData = []
50 if (val) { 52 if (val) {
51 this.fltNo = this.fltData.fltNo 53 this.fltNo = this.fltData.fltNo
52 this.fltDate = this.fltData.fltDate 54 this.fltDate = this.fltData.fltDate
...@@ -80,6 +82,8 @@ export default { ...@@ -80,6 +82,8 @@ export default {
80 }) 82 })
81 }, 83 },
82 close() { 84 close() {
85 + this.routeList = []
86 + this.submitData = []
83 this.$emit('close') 87 this.$emit('close')
84 }, 88 },
85 drag(val) { 89 drag(val) {
...@@ -94,4 +98,5 @@ export default { ...@@ -94,4 +98,5 @@ export default {
94 </script> 98 </script>
95 99
96 <style lang="scss" scoped> 100 <style lang="scss" scoped>
101 +
97 </style> 102 </style>
...\ No newline at end of file ...\ No newline at end of file
......