morphone1995 преди 4 години
родител
ревизия
ce5d1b83e3
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/components/DiagnosticList/index.jsx

+ 3 - 3
src/components/DiagnosticList/index.jsx

@@ -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) {