提交 261fd8db authored 作者: 钟是志's avatar 钟是志

24986 当前位置: 宿舍管理/宿舍维修审核,2021030576L 在待处理页面打印 打印报错 并且出来的页面数据不全

上级 4edaec0b
......@@ -132,7 +132,7 @@ export default class Detail extends Component {
}}
/> :
<div id={'detailIframeId'}>
<DetailOneStop id={id} {...this.props} />
<DetailOneStop id={id} {...this.props} showPrint={showPrint}/>
</div>
}
......
......@@ -58,7 +58,7 @@ export default class GetDetail extends Component {
style={detailInfoDivStyle}
>
<DetailSplit history={{...this.props.history, location}}
showPrint={getUrlInfo().showPrint === 'true'}
showPrint={this.props.showPrint}
/>
</div>
);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论