|
@@ -143,7 +143,6 @@ const emit = defineEmits<{
|
|
// 单选
|
|
// 单选
|
|
const handleNodeClick = (data: { [key: string]: any }) => {
|
|
const handleNodeClick = (data: { [key: string]: any }) => {
|
|
if (props.multiple) return
|
|
if (props.multiple) return
|
|
- console.log('data[props.id]', data[props.id])
|
|
|
|
emit('change', data[props.id])
|
|
emit('change', data[props.id])
|
|
}
|
|
}
|
|
|
|
|