|
@@ -1233,7 +1233,6 @@ const DemandDetailForm = Form.create()(React.createClass({
|
|
|
wrapperCol={{ span: 18 }}
|
|
|
label="备注" >
|
|
|
{getFieldDecorator('remark', {
|
|
|
- rules: [{ required: true, message: '此项为必填项!' }],
|
|
|
initialValue: theData.remark
|
|
|
})(
|
|
|
<Input type="textarea" rows={4} />
|