This commit is contained in:
sjl
2025-03-10 19:58:53 +08:00
parent c9857326c6
commit 54e7a91841
5 changed files with 40 additions and 13 deletions

View File

@@ -172,7 +172,7 @@ const getData = () => {
return tableData.value
}
onMounted(() => {
//console.log('🚀 ~ onMounted ~ props:', props)
console.log('🚀 需要:')
info()
// tableData.value = data.data[0].children || []
})