Browse Source

诊断清除bug修复

morphone1995 4 years ago
parent
commit
ce5d1b83e3
1 changed files with 3 additions and 3 deletions
  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) {