Commit 2142003e authored by 沈良进's avatar 沈良进

save

parent 16e4e813
...@@ -614,15 +614,26 @@ ...@@ -614,15 +614,26 @@
}, },
//报价单跳转 //报价单跳转
goMakeQuo(path, configId,TeamType) { goMakeQuo(path, configId,TeamType) {
if(configId) {
this.$router.push({ this.$router.push({
path: path, path: path,
query: { query: {
TeamType: TeamType || 0, TeamType: TeamType,
configId: configId, configId: configId,
blank: 'y', blank: 'y',
tab: '报价单' tab: '报价单'
} }
}); });
} else {
this.$router.push({
path: path,
query: {
configId: configId,
blank: 'y',
tab: '报价单'
}
});
}
}, },
//开团或修改 //开团或修改
goToOpenTravel(item) { goToOpenTravel(item) {
......
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