|
@@ -7,7 +7,7 @@ import {ConfirmModal} from '@commonComp';
|
|
|
import store from '@store';
|
|
|
|
|
|
import {HIDEDROP,SETMINSCREEN,SETSYSTEMCONFIG,SETPRE,SETREADDITEMS,RESET_SELECT_TAG,ISREAD} from '@store/types/homePage.js';
|
|
|
-import {billing,getMRAnalyse} from '@store/async-actions/pushMessage';
|
|
|
+import {embedPush,getMRAnalyse} from '@store/async-actions/pushMessage';
|
|
|
import {CLEAR_SEARCH,DELETE_MAIN_SELECTED_TAGS} from '@types/mainSuit';
|
|
|
import {CURRENT_CLEAR,DELETE_CURRENT_SELECTED_TAGS} from '@types/currentIll';
|
|
|
import {OTHERHIS_CLEAR,DELETE_OTHER_SELECTED_TAGS} from '@types/otherHistory';
|
|
@@ -122,8 +122,8 @@ const mapDispatchToProps = function (dispatch) {
|
|
|
const state = store.getState();
|
|
|
const {homePage} = state;
|
|
|
pushAllDataList(1,'push',homePage.preData,'preIcss');
|
|
|
- dispatch(billing())
|
|
|
- dispatch(getMRAnalyse())
|
|
|
+ dispatch(embedPush({mode:5}));
|
|
|
+ dispatch(getMRAnalyse());
|
|
|
dispatch({type:SETPRE,show:false});
|
|
|
},
|
|
|
noReferRecord(){
|