|
@@ -10,7 +10,7 @@ import {
|
|
|
Form,
|
|
|
} from 'antd';
|
|
|
|
|
|
-import { IndustryObject, getIndustryCategory } from '@/DicIndustryList.js';
|
|
|
+import { getIndustryCategory } from '@/industryList.js';
|
|
|
import { splitUrl ,getMaturity,getAchievementType,getTransaction,getAchievementPosition,getAchievementCategory,getReleaseStateList,getInnovation} from '@/tools.js';
|
|
|
const FormItem = Form.Item;
|
|
|
|
|
@@ -57,7 +57,7 @@ const DemandDetail = Form.create()(React.createClass({
|
|
|
isUrgent:thisData.isUrgent,
|
|
|
status:thisData.status,
|
|
|
isHot:thisData.isHot,
|
|
|
- pictureUrl: thisData.pictureUrl ? splitUrl(thisData.pictureUrl, ',', globalConfig.avatarHost + '/upload') : []
|
|
|
+ pictureUrl: thisData.firstPicture ? splitUrl(thisData.firstPicture, ',', globalConfig.avatarHost + '/upload') : []
|
|
|
});
|
|
|
}.bind(this),
|
|
|
}).always(function () {
|