Commit 02a5336c authored by zhengke's avatar zhengke

修改一日游

parent cba07d53
...@@ -1345,9 +1345,7 @@ ...@@ -1345,9 +1345,7 @@
openState: 1, openState: 1,
tcid: tcid, tcid: tcid,
blank: 'y', blank: 'y',
tab: '团期配置', tab: '团期配置'
// flag: this.$route.query.flag ? this.$route.query.flag : false
TeamType:1
} }
}) })
} else { } else {
...@@ -1369,9 +1367,7 @@ ...@@ -1369,9 +1367,7 @@
tcid: tcid, tcid: tcid,
TCNUM: TCNUM, TCNUM: TCNUM,
blank: 'y', blank: 'y',
tab: '团期配置', tab: '团期配置'
TeamType:1
// flag: this.$route.query.flag ? this.$route.query.flag : false
} }
}) })
} else { } else {
......
...@@ -1339,8 +1339,7 @@ ...@@ -1339,8 +1339,7 @@
name: path, name: path,
query: { query: {
blank: 'y', blank: 'y',
tab: '团期配置', tab: '团期配置'
TeamType:3
} }
}) })
}, },
......
...@@ -570,16 +570,16 @@ ...@@ -570,16 +570,16 @@
return dinnerObj; return dinnerObj;
}, },
firstLoadConfigInfo() { firstLoadConfigInfo() {
// if (this.$route.query.flag) { var routeName = this.$route.name;
// this.flagWangYue = this.$route.query.flag === "false" ? false : true; if(routeName=='TravelManager2'){
// } else { this.TeamType=1;
// this.flagWangYue = false; }
// } if(routeName=='TravelManager3'){
// if(this.$route.query.isOneday){ this.TeamType=2;
// this.flagTwodog = this.$route.query.isOneday }
// } if(routeName=='TravelManager4'){
this.TeamType = this.$route.query.TeamType; this.TeamType=3;
console.log(this.TeamType,'teamtype'); }
let configId = this.$route.query.configId; let configId = this.$route.query.configId;
this.modifyTcid = this.$route.query.tcid; this.modifyTcid = this.$route.query.tcid;
this.TCNUM = this.$route.query.TCNUM; 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