Commit d1bb56ed authored by youjie's avatar youjie

no message

parent a0bf3bba
......@@ -331,6 +331,7 @@
import HotelService from '../../api/scattered'
import { currentRouter } from 'src/router'
import { HotelRate,HotelArea, useHotel } from '../../utils/hotelRate'
import { ApiResult } from 'src/@types/enumHelper'
export default defineComponent({
components: { svgIcon },
props: {
......@@ -527,8 +528,6 @@
return gradeType;
},
initHotel() {
console.log(data.urlParamsMsg,'----')
// return
data.loading = true
let param = Object.assign(data.params,data.urlParamsMsg)
HotelService.GetHotelRoomsList(param)
......
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