|
@@ -157,7 +157,7 @@ const AchievementDetailShow = Form.create()(React.createClass({
|
|
|
method: "get",
|
|
|
dataType: "json",
|
|
|
crossDomain: false,
|
|
|
- url: globalConfig.context + detailApiUrl,
|
|
|
+ url: globalConfig.context + "/api/admin/achievement/orgDetail",
|
|
|
data: {
|
|
|
id: id,
|
|
|
ownerType:ownerType?ownerType:this.props.data.ownerType
|
|
@@ -791,7 +791,6 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
};
|
|
|
},
|
|
|
loadData(id, detailApiUrl,ownerType) {
|
|
|
- console.log(222);
|
|
|
this.setState({
|
|
|
loading: true
|
|
|
});
|