This commit is contained in:
sjl
2025-10-16 15:05:44 +08:00
parent 13c5baa74f
commit c04be0264a
3 changed files with 53 additions and 25 deletions

View File

@@ -239,6 +239,7 @@ onMounted(async () => {
const patternId = dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id
const result = await getPlanList({ patternId: patternId })
tableData.value = buildTree(result.data as any[])
})
defineExpose({ getTreeData, clickTableToTree })