微调
This commit is contained in:
@@ -66,7 +66,7 @@ watch(
|
||||
},
|
||||
)
|
||||
const handleNodeClick = (data) => {
|
||||
console.log(data)
|
||||
// console.log(data)
|
||||
updateSelectedTreeNode()
|
||||
}
|
||||
const filterNode = (value: string, data) => {
|
||||
@@ -78,7 +78,7 @@ const detail = () => {
|
||||
router.push('/plan')
|
||||
}
|
||||
onMounted(() => {
|
||||
console.log()
|
||||
// console.log()
|
||||
})
|
||||
defineExpose({ getTreeData })
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user