@@ -86,7 +86,7 @@ function mapDispatchToProps(dispatch) {
type: GET_DIAGNOSTIC_STR,
isTcm
});
- dispatch(getMRAnalyse())
+ dispatch(embedPush())
},
delReact: (item) => {
dispatch({
@@ -122,14 +122,13 @@ export const delDiagnostic = (state, action) => {
"uniqueName": tmpLis[0].uniqueName
}
if(isTcm){
- res.otherIndex=obj;
+ res.otherIndex=tmpLis[0];
}else{
res.diseaseName = obj
-
- res.otherIndex={};
res.diseaseName = {}