zhouna 5 éve
szülő
commit
af853ba4d2
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/BodyContainer/index.jsx

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

@@ -7,7 +7,7 @@ import style from './index.less';
 const BodyContainer = (props) =>{
   const { saveDateAll,mode } = props;
   return <div className={style['container'] + ' clearfix'}>
-      {+mode!==2?<EMRContainer saveDateAll={saveDateAll}></EMRContainer>:<BlockEMRCont></BlockEMRCont>}
+      <BlockEMRCont/>
       <PushContainer></PushContainer>
   </div>;
 }