[Fix][UI Next][V1.0.0-Alpha] Fix workflow duplicate key error bug (#8782)
parent
6a02b15e40
commit
5ca886fdd1
|
|
@ -124,6 +124,7 @@ export function useTaskEdit(options: Options) {
|
|||
setNodeName(task.code + '', taskDef.name)
|
||||
return {
|
||||
...taskDef,
|
||||
version: task.version,
|
||||
code: task.code,
|
||||
taskType: currTask.value.taskType
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue