|
@@ -52,7 +52,7 @@ export default withLayout((props) => {
|
52
|
52
|
data.map((item) => {
|
53
|
53
|
if (item.key === 'budget') {
|
54
|
54
|
params.push({ ...item, key: 'minPrice', result: CurrentDemandId === 2 ? item.options[0] : item.options[0] * 10000 })
|
55
|
|
- params.push({ ...item, key: 'maxPrice', result: CurrentDemandId === 2 ? (item.result === '' ? 10000000 : item.result) : (item.result === '' ? 10000000 : item.result * 10000) })
|
|
55
|
+ params.push({ ...item, key: 'maxPrice', result: CurrentDemandId === 2 ? (item.result === '' ? 1000 : item.result) : (item.result === '' ? 10000000 : item.result * 10000) })
|
56
|
56
|
} else {
|
57
|
57
|
if (CurrentDemandId === 1) {
|
58
|
58
|
if (item.key === 'area') {
|