liting2017 vor 7 Jahren
Ursprung
Commit
5f1d206261

+ 1 - 0
js/component/manageCenter/customer/customerData/myClient.jsx

@@ -656,6 +656,7 @@ const MyClient = Form.create()(React.createClass({
 							wechat: thisdata.wechat,
 							depatrment: thisdata.depatrment,
 							position: thisdata.position,
+							major:thisdata.major
 						});
 					};
 

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

@@ -673,6 +673,7 @@ const IndividualCustomer = Form.create()(React.createClass({
 							wechat: thisdata.wechat,
 							depatrment: thisdata.depatrment,
 							position: thisdata.position,
+							major:thisdata.major
 						});
 					};