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