ZaiZai hace 1 año
padre
commit
9e0a2b5aad
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      components/hc-tree/tree-node.vue

+ 0 - 1
components/hc-tree/tree-node.vue

@@ -71,7 +71,6 @@ const emit = defineEmits(['nodeLoad', 'nodeTap'])
 
 //变量
 const nodeItem = ref(props.item)
-console.log('nodeItem', nodeItem.value)
 //参数配置
 const isCheck = ref(props.check)
 const isRadio = ref(props.radio)