Browse Source

Merge branch 'version6.0' of http://192.168.2.236:10080/zhouna/newICSS into version6.0

luolei 5 years ago
parent
commit
a84c690a4a
1 changed files with 1 additions and 1 deletions
  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 BodyContainer = (props) =>{
   const { saveDateAll,mode } = props;
   const { saveDateAll,mode } = props;
   return <div className={style['container'] + ' clearfix'}>
   return <div className={style['container'] + ' clearfix'}>
-      {+mode!==2?<EMRContainer saveDateAll={saveDateAll}></EMRContainer>:<BlockEMRCont></BlockEMRCont>}
+      <BlockEMRCont/>
       <PushContainer></PushContainer>
       <PushContainer></PushContainer>
   </div>;
   </div>;
 }
 }