|
@@ -241,9 +241,9 @@ class DiagnosticList extends Component {
|
|
|
dragBox('dragModalWrap','dragModalTitle','del')
|
|
|
}
|
|
|
componentWillReceiveProps(nextprops) {
|
|
|
- if (this.props.diagnosticStr != nextprops.diagnosticStr) {
|
|
|
- this.props.getBilling({mode:10});
|
|
|
- }
|
|
|
+ // if (this.props.diagnosticStr != nextprops.diagnosticStr) {
|
|
|
+ // this.props.getBilling({mode:10});
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
handleEnterDel(index) {
|