Browse Source

引用预问诊刷新右侧

zhouna 5 years ago
parent
commit
6c2bca902a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/HomePage/index.jsx

+ 3 - 3
src/modules/HomePage/index.jsx

@@ -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(){