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

save

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