Elements-SY

modify

......@@ -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()
}
})
......