|
@@ -4,7 +4,7 @@ import DiagnosticList from '@components/DiagnosticList';
|
|
import { DEL_DIAGNOSTIC, UP_DIAGNOSTIC, DOWN_DIAGNOSTIC, GET_DIAGNOSTIC_STR, HIDE_REFER_RECORD, SHOW_HISTORY_CASE,HIDE_HISTORY_CASE ,SHOW_LOADING} from '@store/types/diagnosticList';
|
|
import { DEL_DIAGNOSTIC, UP_DIAGNOSTIC, DOWN_DIAGNOSTIC, GET_DIAGNOSTIC_STR, HIDE_REFER_RECORD, SHOW_HISTORY_CASE,HIDE_HISTORY_CASE ,SHOW_LOADING} from '@store/types/diagnosticList';
|
|
import { getTreatResult } from '@store/async-actions/treat';
|
|
import { getTreatResult } from '@store/async-actions/treat';
|
|
import { SHOW_TREAT, DEL_REACT, DEL_FOLLOW_UP } from '@store/types/treat.js';
|
|
import { SHOW_TREAT, DEL_REACT, DEL_FOLLOW_UP } from '@store/types/treat.js';
|
|
-import {billing, getConceptDetail,getMRAnalyse} from '../store/async-actions/pushMessage';
|
|
|
|
|
|
+import {embedPush, getConceptDetail,getMRAnalyse} from '../store/async-actions/pushMessage';
|
|
import {keepPushData} from '@store/actions/tabTemplate';
|
|
import {keepPushData} from '@store/actions/tabTemplate';
|
|
import { visibleHistory } from '@store/actions/historyTemplates'
|
|
import { visibleHistory } from '@store/actions/historyTemplates'
|
|
import {autoFillModules} from '@store/async-actions/fetchModules';
|
|
import {autoFillModules} from '@store/async-actions/fetchModules';
|
|
@@ -94,9 +94,9 @@ function mapDispatchToProps(dispatch) {
|
|
getTips: (item,noTips,noDetails,noNotify) => {
|
|
getTips: (item,noTips,noDetails,noNotify) => {
|
|
dispatch(getConceptDetail(item,noTips,noDetails,noNotify))
|
|
dispatch(getConceptDetail(item,noTips,noDetails,noNotify))
|
|
},
|
|
},
|
|
- getBilling: () => {
|
|
|
|
|
|
+ getBilling: (obj) => {
|
|
if (didPushParamChange()) {
|
|
if (didPushParamChange()) {
|
|
- dispatch(billing())
|
|
|
|
|
|
+ dispatch(embedPush(obj))
|
|
}
|
|
}
|
|
},
|
|
},
|
|
hideReferRecord: ()=>{
|
|
hideReferRecord: ()=>{
|