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

update

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