Browse Source

去掉console

luolei 5 years ago
parent
commit
9701b81602
1 changed files with 0 additions and 1 deletions
  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);