Commit e3170e82 authored by 黄奎's avatar 黄奎

酒店工作表查询修改

parent f4e665ad
......@@ -304,6 +304,7 @@
this.qMsg.DateStr = DateStr;
this.qMsg.HotelId = HotelId;
this.qMsg.TCID = TCID;
this.qMsg.TCNUM="";
this.GetChangeHotelList();
},
//获取可以改变的酒店列表
......
......@@ -119,7 +119,6 @@
<div class="TCL_Content">{{item.OpenTeamDescribe}}</div>
</div>
</div>
</li>
</ul>
<div class="noData" v-show="queryMsg.noData">
......@@ -346,6 +345,7 @@
)
},
goUrlR(path, item) {
console.log("item",item);
var cityId = item.StartCityID
if (item.IsUnion == 1 && item.UnionTypeStr == 2) {
cityId = item.UnionCityId
......@@ -355,7 +355,7 @@
query: {
configId: item.ID,
cityId: cityId,
tcid: 0,
tcid: item.TCID,
orderId: 0,
vshowL: false,
vshowM: false,
......
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