Explorar o código

编译bug修改6

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
af853ba4d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>;
 }