Commit d06c3f3e authored by zhengke's avatar zhengke

修改跳转

parent 8f2fc429
......@@ -379,8 +379,10 @@
else if (SaveType == 2 || SaveType == 3) {
let path = "TravelControlList";
//OP开团和地接开团
if (TeamType == 0 || TeamType == 3) {
if (TeamType == 0) {
path = "TravelControlList";
} else if (TeamType == 3){
path = "TravelControlList2";
} else if (TeamType == 1) {
path = "TravelControlListSale";
} else if (TeamType == 2) {
......
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