|
@@ -1586,7 +1586,7 @@ const AchievementDetail = React.createClass({
|
|
|
}} >
|
|
|
<Tabs.TabPane tab="成果详情" key="1">
|
|
|
{(() => {
|
|
|
- if (this.props.data.auditStatus != "0" && this.props.data.auditStatus != "4") {
|
|
|
+ if (this.props.data.id && this.props.data.auditStatus != "0" && this.props.data.auditStatus != "4") {
|
|
|
return <AchievementDetailShow
|
|
|
data={this.props.data}
|
|
|
detailApiUrl={this.props.detailApiUrl}
|