|
@@ -834,7 +834,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
orgDisplay: thisData.ownerType,
|
|
|
switchValue: Boolean(!thisData.ownerId),
|
|
|
radios: thisData.hot == '1' ? true : false,
|
|
|
- transferPriceDis: thisData.transferMode == 1 ? true : false,
|
|
|
+ transferPriceDis: thisData.bargainingMode == 1 ? true : false,
|
|
|
tags: thisData.keyword ? (thisData.keyword.replace(/(,|、)/g, ",")).split(',') : [],
|
|
|
technicalPictureUrl: thisData.technicalPictureUrl ? splitUrl(thisData.technicalPictureUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
coverImg: thisData.coverImg ? splitUrl(thisData.coverImg, ',', globalConfig.avatarHost + '/upload') : [],
|