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