Sfoglia il codice sorgente

Merge branch 'dev5.4.1' into dev/new1

zhangxc 5 anni fa
parent
commit
01d380e43f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/containers/DiagnosticItem.js

+ 1 - 1
src/containers/DiagnosticItem.js

@@ -13,7 +13,7 @@ function mapStateToProps(state) {
     return {
         diagnosticList: state.diagnosticList.diagnosticList,
         mode:state.typeConfig.mode,
-        EMRScrollCont:inspect.context.scrollArea,             //滚动条对象
+        EMRScrollCont:state.inspect.context.scrollArea,             //滚动条对象
     }
 }