Elements-SY

modify

...@@ -368,7 +368,7 @@ export default { ...@@ -368,7 +368,7 @@ export default {
368 this.tableHeader = this.tableHeaders['cargo'] 368 this.tableHeader = this.tableHeaders['cargo']
369 } 369 }
370 if(this.$route.params.hasOwnProperty('hander') == false){ 370 if(this.$route.params.hasOwnProperty('hander') == false){
371 - this.select(0,'create') 371 + // this.select(0,'create')
372 } 372 }
373 373
374 // this.$nextTick(()=>{ 374 // this.$nextTick(()=>{
...@@ -429,7 +429,6 @@ export default { ...@@ -429,7 +429,6 @@ export default {
429 if (this.$store.state.tagsView.cachedViews.length > 0) { 429 if (this.$store.state.tagsView.cachedViews.length > 0) {
430 this.$store.state.tagsView.cachedViews.forEach(item => { 430 this.$store.state.tagsView.cachedViews.forEach(item => {
431 if (item === 'QueryCargo') { 431 if (item === 'QueryCargo') {
432 - this.findCondition()
433 this.select() 432 this.select()
434 } 433 }
435 }) 434 })
......