微调
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user