Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-10-11 17:46:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d121fb737cea4e8276e10362dc74a46dbe06795
4d121fb7
1 parent
877007b9
显示修正
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/dialog.vue
src/views/allocationConfig/flightAllocConfig/dialog.vue
View file @
4d121fb
...
...
@@ -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
...
...
Please
register
or
login
to post a comment