瀏覽代碼

编译bug修改6

zhouna 5 年之前
父節點
當前提交
af853ba4d2
共有 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>;
 }