update:创建算例后左侧树直接选中已创建的任务
This commit is contained in:
@@ -607,6 +607,9 @@ const createRunFun = async (data: any) => {
|
||||
} else {
|
||||
taskTreeRef.value.append(runInfo, rightClickNode.value);
|
||||
}
|
||||
currentNodeInfo.value = runInfo;
|
||||
defaultExpandKeys.value = [runInfo.id];
|
||||
taskTreeRef.value.setCurrentKey(runInfo.id);
|
||||
}
|
||||
} else {
|
||||
info.label = info.runNames;
|
||||
|
||||
Reference in New Issue
Block a user