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:31:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
feba77888dba0e48be38cbca8210bc1f3c03c9d3
feba7788
1 parent
e0789f4c
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
feba778
...
...
@@ -367,9 +367,9 @@ export default {
} else {
this.tableHeader = this.tableHeaders['cargo']
}
if(this.$route.params.hasOwnProperty('hander') == false){
//
if(this.$route.params.hasOwnProperty('hander') == false){
// this.select(0,'create')
}
//
}
// this.$nextTick(()=>{
// let height = window.innerHeight - this.$refs.cargoForm.$el.offsetHeight - 50;
...
...
@@ -425,14 +425,14 @@ export default {
this.planeNoChange(this.formData.cargoPlaneNo.split(';'))
this.select(0, 'activated')
} else {
//否则请求原页面缓存状态
if (this.$store.state.tagsView.cachedViews.length > 0) {
this.$store.state.tagsView.cachedViews.forEach(item => {
if (item === 'QueryCargo') {
this.select()
}
})
}
//
//
否则请求原页面缓存状态
//
if (this.$store.state.tagsView.cachedViews.length > 0) {
//
this.$store.state.tagsView.cachedViews.forEach(item => {
//
if (item === 'QueryCargo') {
//
this.select()
//
}
//
})
//
}
}
},
...
...
Please
register
or
login
to post a comment