liting2017 %!s(int64=7) %!d(string=hai) anos
pai
achega
2b63000122
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      js/component/manageCenter/customer/myClientDesc.jsx

+ 1 - 0
js/component/manageCenter/customer/myClientDesc.jsx

@@ -893,6 +893,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
                             {...formItemLayout}
                             label="录入时间" >
                             {getFieldDecorator('createTime', {
+                            	rules: [{ required: true, message: '此项为必填项!' }],
                                 initialValue: theData.createTime ? moment(theData.createTime) : null
                             })(
                                 <DatePicker />