Commit 550c20b8 authored by 黄奎's avatar 黄奎

酒店查询

parent 2ea542e7
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
}, },
getList() { getList() {
this.loading = true; this.loading = true;
this.ApiPost2('dmcstatistics_post_GetUniteCombinationNumService', this.msg, res => { this.ApiPost2('dmcstatistics_post_GetUniteCombinationNumService_Supplier', this.msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.total = res.data.data.count; this.total = res.data.data.count;
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
//获取酒店列表 //获取酒店列表
GetHotelList() { GetHotelList() {
this.ApiPost2( this.ApiPost2(
"hotel_post_GetHasStockHotelList", { "hotel_post_GetHasStockHotelList_Supplier", {
Country: 651, Country: 651,
IsMoreThanZero: 1 IsMoreThanZero: 1
}, },
......
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