Commit e8c891b8 authored by 黄奎's avatar 黄奎

新增道旅酒店查询条件

parent 7c78967f
......@@ -1171,6 +1171,7 @@
get() {
var _this = this;
var tempData = [];
_this.loading = true;
if (_this.DidaHotelRoomDetails && _this.DidaHotelRoomDetails.HotelList && _this.DidaHotelRoomDetails
.HotelList
.length > 0 && _this.DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList) {
......@@ -1204,6 +1205,7 @@
tempData = newDataArray;
}
}
_this.loading = false;
return tempData;
},
}
......
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