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