|
@@ -243,7 +243,7 @@ class DiagnosticList extends Component {
|
|
|
})
|
|
|
}
|
|
|
render(){
|
|
|
- const { list, treatment, showReferRecord, showHistoryCase ,chronicMagItem,loading} = this.props;
|
|
|
+ const { list, treatment, showReferRecord, showHistoryCase ,chronicMagItem,loading,refreshScroller} = this.props;
|
|
|
const {visible, treatTitle, showAssess, isAssessConfirm, assessId, disName, hasOndel, hasOnIndex} = this.state;
|
|
|
const chronicList = JSON.parse(localStorage.getItem('chronic')||null);
|
|
|
let isChronic = false; //是否要显示管理评估
|
|
@@ -275,7 +275,7 @@ class DiagnosticList extends Component {
|
|
|
<img className={style['diag-del']} src={hasOnIndex == index ? hasOndel ? del_on : del_icon : del_icon} onMouseEnter={this.handleEnterDel.bind(this,index)} onMouseLeave={this.handleLeaveDel.bind(this)} onClick={()=>{this.handleDeleteItem(item)}}/>
|
|
|
</div>)
|
|
|
})}
|
|
|
- {treatment&&<Treat title={treatTitle}></Treat>}
|
|
|
+ {treatment&&<Treat title={treatTitle} refreshScroller={refreshScroller}></Treat>}
|
|
|
{showAssess?<ComplexModal onclose={this.showAssessFn.bind(this)} footer={footer}
|
|
|
title='管理和评估'
|
|
|
icon={manageIcon}
|