|
@@ -124,6 +124,8 @@ class HistoryCaseContainer extends React.Component {
|
|
store.dispatch(getHistempDetail(activeHis)); // 获取引用数据
|
|
store.dispatch(getHistempDetail(activeHis)); // 获取引用数据
|
|
const {handleQuoteClick} = this.props;
|
|
const {handleQuoteClick} = this.props;
|
|
handleQuoteClick && handleQuoteClick(activeHis);
|
|
handleQuoteClick && handleQuoteClick(activeHis);
|
|
|
|
+ // 确定引用后,页面设置为可滚动
|
|
|
|
+ document.body.style.overflow = 'auto';
|
|
}
|
|
}
|
|
//确认删除病历
|
|
//确认删除病历
|
|
makeSureDel(){
|
|
makeSureDel(){
|