Sfoglia il codice sorgente

代码提交:
1028知识分享

sunruiqi 2 anni fa
parent
commit
f2f784ac98
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/views/modules/knowledgeShare/InfoList.vue

+ 1 - 2
src/views/modules/knowledgeShare/InfoList.vue

@@ -194,10 +194,9 @@
       },
       handleClick (tab) {
         const val = tab.$attrs.value
-        console.log('aaaaaaaaa', val)
         this.typeId = val
         this.refreshList()
-      },
+      }
     }
   }
 </script>