|
@@ -98,8 +98,8 @@ class MultSpread extends Component{
|
|
id={it.id}
|
|
id={it.id}
|
|
ikey={inx} hideTag={true}></InlineTag>;
|
|
ikey={inx} hideTag={true}></InlineTag>;
|
|
case +it.controlType===7:
|
|
case +it.controlType===7:
|
|
- const min = data.minValue!=null&&data.minValue!=undefined?data.minValue-1:undefined;
|
|
|
|
- const max = data.maxValue!=null&&data.maxValue!=undefined?+data.maxValue+1:undefined;
|
|
|
|
|
|
+ const min = it.minValue!=null&&it.minValue!=undefined?it.minValue-1:undefined;
|
|
|
|
+ const max = it.maxValue!=null&&it.maxValue!=undefined?+it.maxValue+1:undefined;
|
|
return <NumberDrop prefix={it.labelPrefix}
|
|
return <NumberDrop prefix={it.labelPrefix}
|
|
suffix={it.labelSuffix}
|
|
suffix={it.labelSuffix}
|
|
placeholder={it.name}
|
|
placeholder={it.name}
|