liting2017 7 years ago
parent
commit
2066872293
2 changed files with 2 additions and 6 deletions
  1. 1 5
      js/component/manageCenter/customer/myClientDesc.jsx
  2. 1 1
      package.json

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

@@ -897,11 +897,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
                             })(
                                 <DatePicker />
                                 )}	 
-                            {getFieldDecorator('createTim', {
-	                                initialValue: theData.createTime ? moment(theData.createTime) : null
-	                            })(
-	                            <TimePicker />      
-	                        )}	   
+                               
 	                    </FormItem> 
 	                {/*    <FormItem className="half-item" style={{marginLeft:'-160px'}}
 	                            {...formItemLayout}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.0.45",
+  "version": "1.0.47",
   "description": "",
   "main": "index.js",
   "scripts": {