|
|
|
@ -157,7 +157,7 @@ class HotelCruise {
|
|
|
|
|
{}
|
|
|
|
|
);
|
|
|
|
|
summaryDelta.RecommendRateDelta = queryParam.Compare === '0' ? undefined : fixTo2Decimals((summaryRow.RecommendRate - (summaryRow.CPRecommendRate || 0)) * 100);
|
|
|
|
|
const resfilter = resCP.map(row => ({text: row.CityName, value: row.CityName})).sort((a, b) => a.text.localeCompare(b.text));
|
|
|
|
|
const resfilter = resCP.map(row => ({text: row.CityName, value: row.CityName})); // .sort((a, b) => a.text.localeCompare(b.text));
|
|
|
|
|
runInAction(() => {
|
|
|
|
|
this.hotel.loading = false;
|
|
|
|
|
this.hotel.dataSource = resCP;
|
|
|
|
|