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

26709 学生登录[毕业生单位改签申报]打印跳转到空白页面【20192604011】

上级 1bac2661
......@@ -132,7 +132,7 @@ export default class Detail extends Component {
}}
/> :
<div id={'detailIframeId'}>
<DetailOneStop id={id} {...this.props} showPrint={showPrint}/>
<DetailOneStop id={id} {...this.props} showPrint={showPrint || false}/>
</div>
}
......
......@@ -537,7 +537,7 @@ export default class GetDetail extends Component {
)}
{data.appName ? data.appName : '当前表单'}
{(isEnd || isAllPrint) && showPrint ? (
{(isEnd || isAllPrint) && showPrint !== false ? (
<>
<Popconfirm
onConfirm={() => {
......@@ -583,7 +583,7 @@ export default class GetDetail extends Component {
okText='确定'
cancelText='取消'
>
{(data.isPrint == null || data.isPrint || isAllPrint) && showPrint ? (
{(data.isPrint == null || data.isPrint || isAllPrint) && showPrint !== false ? (
<Button
style={{
position: 'absolute',
......
......@@ -59,7 +59,7 @@ export default class GetDetail extends Component {
style={detailInfoDivStyle}
>
<DetailSplit history={{...this.props.history, location}}
showPrint={this.props.showPrint}
showPrint={this.props.showPrint || false}
/>
</div>
);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论