Browse Source

预问诊引用后调用推送接口2411

luolei 5 years atrás
parent
commit
19da606265
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/HomePage/index.jsx

+ 2 - 0
src/modules/HomePage/index.jsx

@@ -7,6 +7,7 @@ import {ConfirmModal} from '@commonComp';
 import store from '@store';
 
 import {HIDEDROP,SETMINSCREEN,SETSYSTEMCONFIG,SETPRE} from '@store/types/homePage.js';
+import {billing} from '@store/async-actions/pushMessage';
 import {CLEAR_SEARCH} from '@types/mainSuit';
 import {CURRENT_CLEAR} from '@types/currentIll';
 import {OTHERHIS_CLEAR} from '@types/otherHistory';
@@ -94,6 +95,7 @@ const mapDispatchToProps = function (dispatch) {
   return {
     referRecord(){
         pushAllDataList(1,'push',store.getState().homePage.preData,'preIcss');
+        dispatch(billing())
         dispatch({type:SETPRE,show:false});
       },
       noReferRecord(){