|
@@ -6,7 +6,7 @@ import AssistCheck from '@components/AssistCheck';
|
|
|
import { assistLable,delAssistLabel,changeAssistVal,changeDate,allCheckImports,selectOneChecks,showInIcsss } from '@store/actions/assistCheck';
|
|
|
import { getSearchList,getInstroduce ,getImportLists,getSonDetailList} from '@store/async-actions/assistCheck';
|
|
|
import {ISREAD,HIDEDROP} from '@store/types/homePage.js';
|
|
|
-import {billing, getConceptDetail} from '@store/async-actions/pushMessage';
|
|
|
+import {billing, getConceptDetail,getMRAnalyse} from '@store/async-actions/pushMessage';
|
|
|
import { getCalendarDate} from '@utils/tools';
|
|
|
|
|
|
function mapStateToProps(state) {//console.log(state.typeConfig)
|
|
@@ -58,9 +58,11 @@ function mapDispatchToProps(dispatch, store) {
|
|
|
},
|
|
|
handleSign(id,idx,type){
|
|
|
dispatch(assistLable(id,idx,type))
|
|
|
+ dispatch(getMRAnalyse())
|
|
|
},
|
|
|
handleDelAssist(idx,name,type){
|
|
|
dispatch(delAssistLabel(idx,name,type))
|
|
|
+ dispatch(getMRAnalyse())
|
|
|
dispatch({
|
|
|
type:ISREAD
|
|
|
})
|