ソースを参照

慢病不引用历史病历房模板后调病历分析(2970)

zhangxc 5 年 前
コミット
ead93d1d5b
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/components/DiagnosticList/index.jsx

+ 3 - 0
src/components/DiagnosticList/index.jsx

@@ -21,6 +21,7 @@ import {getAssessData} from '@store/async-actions/fetchModules';
 import tableIcon from '@common/images/table.png';
 import { CONFIRM_TYPE } from "@store/types/typeConfig";
 import $ from "jquery";
+import {getMRAnalyse} from '@store/async-actions/pushMessage';
 
 class DiagnosticList extends Component {
     constructor(props) {
@@ -135,6 +136,8 @@ class DiagnosticList extends Component {
         const { hideReferRecord ,autoFillModules,refreshScroller} = this.props;
         hideReferRecord && hideReferRecord();
         autoFillModules&&autoFillModules();
+       
+        store.dispatch(getMRAnalyse());
         setTimeout(function(){
           refreshScroller()&&refreshScroller().scrollTop();
         },100)