Elements-SY

modify

...@@ -367,9 +367,9 @@ export default { ...@@ -367,9 +367,9 @@ export default {
367 } else { 367 } else {
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(()=>{
375 // let height = window.innerHeight - this.$refs.cargoForm.$el.offsetHeight - 50; 375 // let height = window.innerHeight - this.$refs.cargoForm.$el.offsetHeight - 50;
...@@ -425,14 +425,14 @@ export default { ...@@ -425,14 +425,14 @@ export default {
425 this.planeNoChange(this.formData.cargoPlaneNo.split(';')) 425 this.planeNoChange(this.formData.cargoPlaneNo.split(';'))
426 this.select(0, 'activated') 426 this.select(0, 'activated')
427 } else { 427 } else {
428 - //否则请求原页面缓存状态 428 + // //否则请求原页面缓存状态
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.select() 432 + // this.select()
433 - } 433 + // }
434 - }) 434 + // })
435 - } 435 + // }
436 } 436 }
437 }, 437 },
438 438
......