fix(web): 修复节点option key错误

This commit is contained in:
v-zhangjc9
2025-07-08 10:29:55 +08:00
parent 605cfb7182
commit 898e20d5d7
2 changed files with 7 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ export function inputsFormColumns(props: ColumnsSchemaProps): Schema[] {
groups.push({
label: incomer.id,
children: Object.keys(outputs).map(key => ({
key: `${incomer.id}.${key}`,
value: `${incomer.id}.${key}`,
label: key,
})),
})