jinhui.wang

显示修正

......@@ -47,6 +47,8 @@ export default {
},
watch: {
open(val) {
this.routeList = []
this.submitData = []
if (val) {
this.fltNo = this.fltData.fltNo
this.fltDate = this.fltData.fltDate
......@@ -80,6 +82,8 @@ export default {
})
},
close() {
this.routeList = []
this.submitData = []
this.$emit('close')
},
drag(val) {
......@@ -94,4 +98,5 @@ export default {
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
......