Przeglądaj źródła

代码提交:
1028知识分享

sunruiqi 2 lat temu
rodzic
commit
f2f784ac98
1 zmienionych plików z 1 dodań i 2 usunięć
  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>