Lei OT 2 weeks ago
parent 8d4200c8d3
commit 685c4373ef

@ -157,7 +157,7 @@ class HotelCruise {
{} {}
); );
summaryDelta.RecommendRateDelta = queryParam.Compare === '0' ? undefined : fixTo2Decimals((summaryRow.RecommendRate - (summaryRow.CPRecommendRate || 0)) * 100); 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(() => { runInAction(() => {
this.hotel.loading = false; this.hotel.loading = false;
this.hotel.dataSource = resCP; this.hotel.dataSource = resCP;

Loading…
Cancel
Save