소스 검색

去掉console

luolei 5 년 전
부모
커밋
9701b81602
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Symptom.vue

+ 0 - 1
src/components/Symptom.vue

@@ -273,7 +273,6 @@ export default {
       }
     },
     showDetil(item,flg) {//搜索点开的详情
-      console.log(item)
       this.tmpItem=item
       this.isSearch=flg||false
       this.common(item,flg,this.chooseSymp);