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