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
2023-05-12 09:46:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87d65811ecbef6c94e8c3a10e247cf990a3c2aff
87d65811
1 parent
74e659c2
bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/systemConfig/superAllocation/dialog.vue
src/views/systemConfig/superAllocation/dialog.vue
View file @
87d6581
...
...
@@ -286,8 +286,10 @@ export default {
})
},
routeChange() {
// this.$forceUpdate()
this.$refs['superAllocationForm'].clearValidate('flightRoute')
this.$forceUpdate()
this.$nextTick(() => {
this.$refs['superAllocationForm'].clearValidate('flightRoute')
})
},
close() {
this.formData = {
...
...
Please
register
or
login
to post a comment