|
@@ -100,7 +100,7 @@ const PatentAddFrom = Form.create()(React.createClass({
|
|
|
crossDomain: false,
|
|
|
url: globalConfig.context + "/techservice/patent/manageApplyPatent",
|
|
|
data: {
|
|
|
- 'uid':this.state.companyId,
|
|
|
+ 'uid':this.state.companyName,
|
|
|
'firstInventorIdNumber': values.firstInventorID,
|
|
|
'firstInventorName': values.firstInventorName,
|
|
|
'patentDes': values.intro,
|
|
@@ -263,6 +263,7 @@ const PatentAdd = React.createClass({
|
|
|
this.setState({
|
|
|
visible: false,
|
|
|
});
|
|
|
+ this.props.closeDesc(false);
|
|
|
},
|
|
|
spinChange(e) {
|
|
|
this.setState({
|