|
@@ -43,7 +43,7 @@ class Achievement extends React.Component {
|
|
|
pageNo: pageNo || 1,
|
|
|
pageSize: this.state.pagination.pageSize,
|
|
|
type:1,
|
|
|
- name:this.state.seachOrgName,//企业名称
|
|
|
+ orgName:this.state.seachOrgName,//企业名称
|
|
|
|
|
|
},
|
|
|
success: function (data) {
|
|
@@ -312,29 +312,20 @@ class Achievement extends React.Component {
|
|
|
this.loadData(1);
|
|
|
}
|
|
|
resets(){
|
|
|
- this.state.name = '',//需求名称
|
|
|
- this.state.industry = undefined,//行业
|
|
|
- this.state.investmentCost = '',//经费投入
|
|
|
- this.state.reserveButtUnit = '',//拟对接单位
|
|
|
- this.state.reserveButtMode = '',//拟对接方式
|
|
|
- this.state.reserveSolveMode = '',//拟解决方式
|
|
|
- this.state.publisherName = '',//联系人
|
|
|
- this.state.telephone = '',//联系方式
|
|
|
- this.state.summary = '',
|
|
|
- this.state.introduce = '',//需求内容
|
|
|
- this.state.Pname = '',//企业名称
|
|
|
- this.state.nature = undefined,//企业特质
|
|
|
- this.state.feature = '',//企业特征
|
|
|
- this.state.ProvinceCity =undefined,//省
|
|
|
- this.state.zipCode = '',//邮政编码
|
|
|
- this.state.legalPerson = '',//法人名称
|
|
|
- this.state.website = '',//企业网址
|
|
|
- this.state.email = '',//企业邮箱
|
|
|
- this.state.Pintroduce = ''//企业简介
|
|
|
- this.state.address = ''//企业简介
|
|
|
+ this.state.Pname= '',//企业名称
|
|
|
+ this.state.ProvinceCity= undefined,//省
|
|
|
+ this.state.publisherName= '',//联系人
|
|
|
+ this.state.telephone= '',//联系方式
|
|
|
+ this.state.email= '',//企业邮箱
|
|
|
+ this.state.address= '',//详细地址
|
|
|
+ this.state.pintroduce= '',//企业简介
|
|
|
+ this.state.remarks= '',//企业情况
|
|
|
+ this.state.feature= '',//企业特征
|
|
|
+ this.state.introduce= '',//人才需求
|
|
|
+ this.state.investmentCost= ''//经费投入
|
|
|
+
|
|
|
}
|
|
|
render() {
|
|
|
- console.log(this.state.ProvinceCity);
|
|
|
const rowSelection = {
|
|
|
selectedRowKeys: this.state.selectedRowKeys,
|
|
|
onChange: (selectedRowKeys, selectedRows) => {
|