socket失败处理

This commit is contained in:
2026-08-19 20:27:37 +08:00
parent d2143809de
commit 68850c40fe
-2
View File
@@ -929,8 +929,6 @@ const runWorkflow = async (
treeNodes.value = buildTreeNodes(res.data?.tree || []);
});
// 产出已由 flow_complete 事件携带的 resultFileUrls 渲染进结果消息,无需再调 execution/get 补查
} else {
ElMessage.error(errorMsg || '执行失败,请重试');
}
// 会话在建连时已认领为后端正式号(UUID),执行完成/失败后直接刷新会话结果
loadSessionResults(sid);