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