|
@@ -1240,7 +1240,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
label="转让价格" >
|
|
label="转让价格" >
|
|
{getFieldDecorator('transferPrice', {
|
|
{getFieldDecorator('transferPrice', {
|
|
- initialValue: theData.transferPrice
|
|
+ initialValue: theData.transferPrice || 0
|
|
})(
|
|
})(
|
|
<InputNumber min={0} max={9999} step={0.01} />
|
|
<InputNumber min={0} max={9999} step={0.01} />
|
|
)}
|
|
)}
|