Commit c033f489 authored by zhengke's avatar zhengke

s

parent 95af1d2a
......@@ -314,7 +314,7 @@
TCID: TCID,
NewCombinationNum: NewCombinationNum
};
this.ApiPost2('dmcstatistics_post_GetSupplierHotelListService', qMsg, res => {
this.ApiPost2('dmcstatistics_post_GetSupplierHotelListService_V2', qMsg, res => {
this.hotelLoading = false;
if (res.data.resultCode == 1) {
this.HotelList = res.data.data;
......@@ -560,4 +560,8 @@
background-color: red;
border:1px solid #d1d1d1;
}
/* .rq_tBody tr:first-child td{
border-top-color: red;
border-left-color:red
} */
</style>
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