|
@@ -7,6 +7,7 @@ import {ConfirmModal, Message} from '@commonComp';
|
|
|
import Notify from '@commonComp/Notify';
|
|
|
import Treat from '@containers/Treat'
|
|
|
import store from '@store';
|
|
|
+import { initItemList } from '@store/async-actions/historyTemplates';
|
|
|
import { pushAllDataList } from '@utils/tools';
|
|
|
import iconRadioDefault from '@common/images/icon-radio-default.png'
|
|
|
import iconRadioActive from '@common/images/icon-radio-active.png'
|
|
@@ -89,6 +90,7 @@ class DiagnosticList extends Component {
|
|
|
const { hideReferRecord, showHistoryCaseModal } = this.props
|
|
|
hideReferRecord && hideReferRecord()
|
|
|
showHistoryCaseModal && showHistoryCaseModal()
|
|
|
+ store.dispatch(initItemList());
|
|
|
|
|
|
}
|
|
|
noReferRecord() {
|