浏览代码

诊断清除bug修复

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