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