This commit is contained in:
sjl
2024-11-14 18:26:34 +08:00
parent 65cb7826d3
commit 87fe66da3e
42 changed files with 188 additions and 204 deletions

View File

@@ -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>