|
@@ -8,7 +8,7 @@ import { isAddMainSuit } from '@store/async-actions/diagnosticList';
|
|
|
import { HIDEDROP } from '@store/types/homePage.js';
|
|
|
|
|
|
function mapStateToProps(state) {//console.log(state)
|
|
|
- const {pushMessage,diagnosticList} = state;
|
|
|
+ const {pushMessage,diagnosticList,inspect} = state;
|
|
|
return {
|
|
|
pushMessage: pushMessage,
|
|
|
tipsDiscalimer: state.copyRight.disContent,
|
|
@@ -20,6 +20,7 @@ function mapStateToProps(state) {//console.log(state)
|
|
|
setPushEmergencyIdx: state.pushMessage.setPushEmergencyIdx || '',
|
|
|
sysConfig:state.homePage.sysConfig,
|
|
|
windowHeight:state.homePage.windowHeight,
|
|
|
+ EMRScrollCont:inspect.context.scrollArea, //滚动条对象
|
|
|
}
|
|
|
}
|
|
|
|