Elements-SY

modify

......@@ -367,7 +367,10 @@ export default {
} else {
this.tableHeader = this.tableHeaders['cargo']
}
this.select(0,'create')
if(this.$route.params.hasOwnProperty('hander') == false){
this.select(0,'create')
}
// this.$nextTick(()=>{
// let height = window.innerHeight - this.$refs.cargoForm.$el.offsetHeight - 50;
// if(height < 300){
......
......@@ -173,6 +173,7 @@ export default {
let obj = {}
obj.fltNo = val.fltNo
obj.fltDate = val.fltDate
obj.hander = 'handle'
if (val.flightKindName == 'Purple Tail') {
obj.route = ''
} else {
......