浏览代码

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

luolei 5 年之前
父节点
当前提交
a84c690a4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>;
 }