|
@@ -271,7 +271,7 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
societyTag:thisDetail.societyTag,//社会标签
|
|
|
companyLogoUrl:thisDetail.companyLogoUrl? splitUrl(thisDetail.companyLogoUrl, ',', globalConfig.avatarHost + '/upload') : [],//公司LOGO
|
|
|
introduction:thisDetail.introduction,//介绍
|
|
|
- industry:thisDetail.industry.toString(),//行业
|
|
|
+ industry:thisDetail.industry?thisDetail.industry.toString():"",//行业
|
|
|
locationProvince:thisDetail.locationProvince,//省
|
|
|
locationCity:thisDetail.locationCity,//市
|
|
|
locationArea:thisDetail.locationArea,//区
|