浏览代码

代码提交:
1028知识分享

sunruiqi 2 年之前
父节点
当前提交
f2f784ac98
共有 1 个文件被更改,包括 1 次插入2 次删除
  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>