Commit 02a5336c authored by zhengke's avatar zhengke

修改一日游

parent cba07d53
......@@ -1345,9 +1345,7 @@
openState: 1,
tcid: tcid,
blank: 'y',
tab: '团期配置',
// flag: this.$route.query.flag ? this.$route.query.flag : false
TeamType:1
tab: '团期配置'
}
})
} else {
......@@ -1369,9 +1367,7 @@
tcid: tcid,
TCNUM: TCNUM,
blank: 'y',
tab: '团期配置',
TeamType:1
// flag: this.$route.query.flag ? this.$route.query.flag : false
tab: '团期配置'
}
})
} else {
......
......@@ -1339,8 +1339,7 @@
name: path,
query: {
blank: 'y',
tab: '团期配置',
TeamType:3
tab: '团期配置'
}
})
},
......
......@@ -570,16 +570,16 @@
return dinnerObj;
},
firstLoadConfigInfo() {
// if (this.$route.query.flag) {
// this.flagWangYue = this.$route.query.flag === "false" ? false : true;
// } else {
// this.flagWangYue = false;
// }
// if(this.$route.query.isOneday){
// this.flagTwodog = this.$route.query.isOneday
// }
this.TeamType = this.$route.query.TeamType;
console.log(this.TeamType,'teamtype');
var routeName = this.$route.name;
if(routeName=='TravelManager2'){
this.TeamType=1;
}
if(routeName=='TravelManager3'){
this.TeamType=2;
}
if(routeName=='TravelManager4'){
this.TeamType=3;
}
let configId = this.$route.query.configId;
this.modifyTcid = this.$route.query.tcid;
this.TCNUM = this.$route.query.TCNUM;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment