Browse Source

代码提交:
1028知识分享

sunruiqi 2 năm trước cách đây
mục cha
commit
f2f784ac98
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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>