소스 검색

Merge remote-tracking branch 'origin/TCM0513' into testNew

zhouna 4 년 전
부모
커밋
436fe525b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
         }
     }