|
@@ -279,7 +279,6 @@ class Operation extends Component {
|
|
|
render() {
|
|
|
const { showPrint, closePrint, showPreview, closePreview } = this;
|
|
|
const { visible, preVisible,diagShow } = this.props.print;
|
|
|
- const { diagShowTmp } = this.props;
|
|
|
const {zIndex} = this.state;
|
|
|
return <div className={style['container']} style={{zIndex:zIndex}}>
|
|
|
<button className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</button>
|