diff --git a/pc4mobx/organization/components/resource/ResourceCard.js b/pc4mobx/organization/components/resource/ResourceCard.js index c734c5d..cc538a5 100644 --- a/pc4mobx/organization/components/resource/ResourceCard.js +++ b/pc4mobx/organization/components/resource/ResourceCard.js @@ -342,7 +342,7 @@ export default class ResourceCard extends React.Component { height={100} direction={'right'} measure={'%'} - content={!isEmpty(versionList) ? departmentExtend.changeVersion(val)}/> :
暂无历史版本
} + content={!isEmpty(versionList) ? resourceCard.changeVersion(val)}/> :
暂无历史版本
} onClose={this.onClose} onAnimationEnd={() => console.log('onAnimationEnd')} />