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});
       }