|
@@ -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>:''}
|