소스 검색

查体刷新去掉

luolei 4 년 전
부모
커밋
05df045617
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/CheckBody/index.jsx

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

@@ -114,7 +114,7 @@ class CheckBody extends Component{
     const {searchData,totalHide,rePush,hasMain,isEmpty,isChronic,hideAllDrop} = this.props;
     const {boxLeft,boxTop} = this.state;
     return <ItemBox title='请填写你的基础健康体征信息' handleClick={this.handleClick} hideAllDrop={hideAllDrop}>
-      {!isEmpty&&!isChronic?<img className={style['refresh']} src={rePushIcon} title='重新加载' onClick={!hasMain&&isEmpty?null:rePush}/>:''}
+      {/* {!isEmpty&&!isChronic?<img className={style['refresh']} src={rePushIcon} title='重新加载' onClick={!hasMain&&isEmpty?null:rePush}/>:''} */}
         {this.getLabels()}
         {/*{showMoreBtn?more:''}*/}
         {searchData && searchData.length>0?<SearchDrop data={searchData} show={!totalHide} left={boxLeft} top={boxTop} onSelect={this.handleSearchSelect}></SearchDrop>:''}