Commit bcc6b570 authored by 黄奎's avatar 黄奎

js修改

parent 91f2af81
...@@ -261,9 +261,8 @@ export default { ...@@ -261,9 +261,8 @@ export default {
this.$router.push({ name: "clientConfirm",query: {TCID:TCID,orderID:orderID}}) this.$router.push({ name: "clientConfirm",query: {TCID:TCID,orderID:orderID}})
} }
else if (this.$route.path == "/TravelContractConfirm") { else if (this.$route.path == "/TravelContractConfirm") {
let TCID=this.$route.query.TCID; let ContractId=this.$route.query.ContractId;
let orderID=this.$route.query.orderID; this.$router.push({ name: "TravelContractConfirm",query: {ContractId:ContractId,orderID:orderID}})
this.$router.push({ name: "TravelContractConfirm",query: {TCID:TCID,orderID:orderID}})
} else { } else {
if (!localStorage.userInfo && localStorage.userInfo != "" && this.$route.path.toLowerCase() != "/login") { if (!localStorage.userInfo && localStorage.userInfo != "" && this.$route.path.toLowerCase() != "/login") {
this.$router.push({ this.$router.push({
......
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