luolei 4 년 전
부모
커밋
5bba31f4ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/DiagnosticList/index.jsx

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

@@ -241,6 +241,7 @@ class DiagnosticList extends Component {
       dragBox('dragModalWrap','dragModalTitle','del')
     }
     componentWillReceiveProps(nextprops) {
+      // let flg = store.getState().print.mrInfo.mrId&&store.getState().print.mrInfo.mrId.indexOf('reStart')>-1
       if (this.props.diagnosticStr != nextprops.diagnosticStr) {
         this.props.getBilling({mode:10});
       }