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
Elements-SY
2023-09-19 11:09:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0789f4ce5785386631b48a767b1f09e360ecf9e
e0789f4c
1 parent
22eb4e56
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
e0789f4
...
...
@@ -368,7 +368,7 @@ export default {
this.tableHeader = this.tableHeaders['cargo']
}
if(this.$route.params.hasOwnProperty('hander') == false){
this.select(0,'create')
//
this.select(0,'create')
}
// this.$nextTick(()=>{
...
...
@@ -429,7 +429,6 @@ export default {
if (this.$store.state.tagsView.cachedViews.length > 0) {
this.$store.state.tagsView.cachedViews.forEach(item => {
if (item === 'QueryCargo') {
this.findCondition()
this.select()
}
})
...
...
Please
register
or
login
to post a comment