Commit 23c7d625 authored by liudong1993's avatar liudong1993

1

parent 5ca01b2f
......@@ -800,6 +800,15 @@ Vue.component("TCIDJump", {
OrderId: id,
type: 3
}}, `${href}`)
}else{
if(row.StartCityId>0){
this.$router.push({
path: path,
query: {
MainId: row.StartCityId,
blank: 'y'
}
});
}else{
this.$router.push({
path: path,
......@@ -809,6 +818,7 @@ Vue.component("TCIDJump", {
}
});
}
}
},
goUrl(path, id ,row) {
if(row.TeamType==2){//为一日游的时候跳转到一日游团控列表
......@@ -948,6 +958,15 @@ Vue.component("TCNUMJump", {
data: {
OrderId: id,
}}, `${href}`)
}else{
if(row.StartCityId>0){
this.$router.push({
path: path,
query: {
MainId: row.StartCityId,
blank: 'y'
}
});
}else{
this.$router.push({
path: path,
......@@ -957,6 +976,7 @@ Vue.component("TCNUMJump", {
}
});
}
}
},
goHand(path,rowData,type){
if(type==15){
......
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