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