zhouna il y a 4 ans
Parent
commit
584236701a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/DiagnosticList/index.jsx

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

@@ -116,7 +116,7 @@ class DiagnosticList extends Component {
         if (this.props.showSym) {
             this.props.setHighter(48)
         } else {
-            //this.props.getBilling({mode: 10});
+            this.props.getBilling({isTcm:true});
             setPosition(e, "#searchOption", this.props.setHighter)
         }
     }