Commit 11866b35 authored by 黄奎's avatar 黄奎

页面跳转修改

parent 2ce7caea
...@@ -306,7 +306,8 @@ ...@@ -306,7 +306,8 @@
query: { query: {
HotelId: item.HotelId, HotelId: item.HotelId,
HotelUseTime: item.subList[subIndex].DateStr, HotelUseTime: item.subList[subIndex].DateStr,
tab: "团控查询" blank:'y',
tab: "团控查询",
} }
}); });
} }
......
...@@ -1688,9 +1688,7 @@ ...@@ -1688,9 +1688,7 @@
//默认显示联运 //默认显示联运
this.queryMsg.IsShowUnion = 0; this.queryMsg.IsShowUnion = 0;
let userInfo = this.getLocalStorage() let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo this.CurrentUserInfo = userInfo;
this.$route.query.tcmun = this.$route.query.tcmun
if (this.$route.query.tcmun) { if (this.$route.query.tcmun) {
this.queryMsg.TCNUM = this.$route.query.tcmun; this.queryMsg.TCNUM = this.$route.query.tcmun;
} }
......
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