|
@@ -24,7 +24,6 @@ class InfoTitle extends Component {
|
|
|
const {showLoading,hideLoading}=this.props;
|
|
|
showLoading();
|
|
|
// 底部页面禁止滚动
|
|
|
- document.body.style.overflow = 'hidden';
|
|
|
|
|
|
// store.dispatch(initItemList());
|
|
|
// store.dispatch(showHistory(true))
|
|
@@ -45,6 +44,7 @@ class InfoTitle extends Component {
|
|
|
hideLoading();
|
|
|
store.dispatch(setInitHistory(result.data));
|
|
|
store.dispatch(showHistory(true));
|
|
|
+ document.body.style.overflow = 'hidden';
|
|
|
}else{
|
|
|
hideLoading();
|
|
|
Notify.info("暂无历史病历");
|