|
@@ -2,7 +2,6 @@ import React from 'react';
|
|
|
import { connect } from 'react-redux';
|
|
|
import DiagnosticList from '@components/DiagnosticList';
|
|
|
import { ADD_DIAGNOSTIC, DEL_DIAGNOSTIC, UP_DIAGNOSTIC, DOWN_DIAGNOSTIC, GET_DIAGNOSTIC_STR, GET_IS_FIRST } from '@store/types/diagnosticList';
|
|
|
-import { getSearchResult } from '@store/async-actions/diagnosticSearch';
|
|
|
import { getTreatResult } from '@store/async-actions/treat';
|
|
|
import { SHOW_TREAT } from '../store/types/treat';
|
|
|
import {billing, getTips} from '../store/async-actions/pushMessage';
|
|
@@ -25,8 +24,6 @@ function mapDispatchToProps(dispatch) {
|
|
|
type: DEL_DIAGNOSTIC,
|
|
|
item: item
|
|
|
});
|
|
|
- dispatch(getSearchResult)
|
|
|
-
|
|
|
dispatch({
|
|
|
type: GET_DIAGNOSTIC_STR
|
|
|
});
|