|
@@ -509,8 +509,8 @@ const BusinessProject=Form.create()(React.createClass({
|
|
|
editIntroduce:thisdata.introduce,//服务内容
|
|
|
editValueEffect:thisdata.valueEffect,//价值及作用
|
|
|
editClientSize:thisdata.clientSize,//基本条件
|
|
|
- orgCodeUrl: thisdata.orgCodeUrl ? splitUrl(thisData.orgCodeUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
- cditCompanyLogoUrl: thisdata.companyLogoUrl ? splitUrl(thisData.companyLogoUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
+ orgCodeUrl: thisdata.minLogo ? splitUrl(thisData.minLogo, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
+ cditCompanyLogoUrl: thisdata.maxLogo ? splitUrl(thisData.maxLogo, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
|
|
|
});
|
|
|
};
|
|
@@ -534,8 +534,8 @@ const BusinessProject=Form.create()(React.createClass({
|
|
|
editIntroduce:thisdata.introduce,//服务内容
|
|
|
editValueEffect:thisdata.valueEffect,//价值及作用
|
|
|
editClientSize:thisdata.clientSize,//基本条件
|
|
|
- orgCodeUrl: thisdata.orgCodeUrl ? splitUrl(thisData.orgCodeUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
- companyLogoUrl: thisdata.companyLogoUrl ? splitUrl(thisData.companyLogoUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
+ orgCodeUrl: thisdata.minLogo ? splitUrl(thisData.minLogo, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
+ companyLogoUrl: thisdata.maxLogo ? splitUrl(thisData.maxLogo, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
editDataSource: theArr,
|
|
|
ProvinceCity:ProvinceCity,
|
|
|
});
|