|
@@ -10,6 +10,9 @@ import { initItemList } from '@store/async-actions/tabTemplate';
|
|
import config from '@config/index';
|
|
import config from '@config/index';
|
|
import {Notify} from '@commonComp';
|
|
import {Notify} from '@commonComp';
|
|
import {SHOW_LOADING} from '@store/types/copyRight.js';
|
|
import {SHOW_LOADING} from '@store/types/copyRight.js';
|
|
|
|
+import {getMRAnalyse} from '@store/async-actions/pushMessage';
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
const api = {
|
|
const api = {
|
|
getPatInfo: '/patientInfo/getTopPatientInfo',
|
|
getPatInfo: '/patientInfo/getTopPatientInfo',
|
|
@@ -123,6 +126,7 @@ export const initHistoryDetails = (dispatch) => {
|
|
// let pre = baseList.homePage.sysConfig.connect_prec;
|
|
// let pre = baseList.homePage.sysConfig.connect_prec;
|
|
// (pre==1)&&getPreMsg(dispatch)
|
|
// (pre==1)&&getPreMsg(dispatch)
|
|
}
|
|
}
|
|
|
|
+ dispatch(getMRAnalyse())
|
|
dispatch({
|
|
dispatch({
|
|
type:ISREAD
|
|
type:ISREAD
|
|
});
|
|
});
|