Pārlūkot izejas kodu

之前修改的bug找回

Luolei 6 gadi atpakaļ
vecāks
revīzija
81e413f1f4

+ 1 - 1
src/components/AddInspect/index.jsx

@@ -340,7 +340,7 @@ class Inspect extends React.Component {
                                                     handleClear={(e)=>{
                                                         handleClear(e,idx)
                                                         this.setState({
-                                                            showFill:false
+                                                          currentData:fillActive
                                                         })
                                                     }}
                                                     handleConfirm={(e)=>{

+ 0 - 1
src/components/Operation/index.jsx

@@ -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>