|
|
|
@ -51,7 +51,10 @@ function Detail() {
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
|
|
setLoading(true)
|
|
|
|
|
getRoomListByHotel(hotelId, checkin, checkout, formValue.adultCount, formValue.roomCount)
|
|
|
|
|
getRoomListByHotel(hotelId,
|
|
|
|
|
formValue.dataRange[0].format('YYYY-MM-DD'),
|
|
|
|
|
formValue.dataRange[1].format('YYYY-MM-DD'),
|
|
|
|
|
formValue.adultCount, formValue.roomCount)
|
|
|
|
|
.finally(() => setLoading(false))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|