Commit e8c891b8 authored by 黄奎's avatar 黄奎

新增道旅酒店查询条件

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