Commit fd4729aa authored by 黄媛媛's avatar 黄媛媛

update

parent a37458a1
...@@ -725,10 +725,13 @@ Vue.component("TCNUMJump", { ...@@ -725,10 +725,13 @@ Vue.component("TCNUMJump", {
}, },
methods: { methods: {
goHotelOrder(path,rowData){ goHotelOrder(path,rowData){
console.log("rowData",rowData.DataType) let TCID=rowData.TCID;
if(rowData.DataType==9){
TCID=rowData.TCNUM
}
this.$router.push({ this.$router.push({
path: "/" + path, path: "/" + path,
query: {'teamTCID':rowData.TCID,blank: "y"} query: {'teamTCID':TCID,blank: "y"}
}); });
}, },
goRec(path,rowData){ goRec(path,rowData){
......
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