diff --git a/src/components/search/SearchForm.jsx b/src/components/search/SearchForm.jsx index 6b0400d..1954ca1 100644 --- a/src/components/search/SearchForm.jsx +++ b/src/components/search/SearchForm.jsx @@ -186,6 +186,21 @@ export default observer((props) => { transform: (value) => value?.key || '', default: '', }, + 'hotelBookType': { + key: 'hotelBookType', + transform: (value) => value?.key || '', + default: '', + }, + 'hotelRecommandRate': { + key: 'hotelRecommandRate', + transform: (value) => value?.key || '', + default: '', + }, + 'hotelStar': { + key: 'hotelStar', + transform: (value) => value?.key || '', + default: '', + }, }; let dest = {}; const { departureDateType, applyDate, applyDate2, year, yearDiff, dates, months, date, ...omittedValue } = values; @@ -362,11 +377,11 @@ function getFields(props) { item( 'countryArea', 99, - - {fieldProps?.countryArea?.show_all && ( - )}