Explorar o código

Merge branch 'lcq' into newVersion6.0

morphone1995 %!s(int64=4) %!d(string=hai) anos
pai
achega
56d92ca8a1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/components/HistoryCaseContainer/HistoryList/index.jsx

+ 2 - 0
src/components/HistoryCaseContainer/HistoryList/index.jsx

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