Browse Source

添加诊断判断有没有治疗方案

zhangxc 6 năm trước cách đây
mục cha
commit
6f95c90902
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/containers/DiagnosticItem.js

+ 1 - 0
src/containers/DiagnosticItem.js

@@ -3,6 +3,7 @@ import { connect } from 'react-redux';
 import DiagnosticItem from '@components/DiagnosticItem';
 import { ADD_DIAGNOSTIC, GET_DIAGNOSTIC_STR } from '@store/types/diagnosticList'; 
 import {  SHOW_SEARCH,  HIDE_SEARCH, SET_SEARCH_VALUE } from '@store/types/diagnosticSearch';
+import { addDiagnostic } from '@store/async-actions/treat';
 import { getSearchResult } from '@store/async-actions/diagnosticSearch';
 import {billing, getTips} from '../store/async-actions/pushMessage';