Selaa lähdekoodia

代码提交:
1028知识分享

sunruiqi 2 vuotta sitten
vanhempi
commit
f2f784ac98
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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>