update:创建算例后左侧树直接选中已创建的任务

This commit is contained in:
2026-01-27 10:26:07 +08:00
parent 30a9f2c916
commit 37667b0b3d

View File

@@ -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;