From 252e0ff9014b17bafd14a214d3c150c7cf713e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 2 Sep 2025 15:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=B2=BE=E5=89=AA=20=E4=B8=8D=E8=83=BD=E6=98=BE=E7=A4=BA=20?= =?UTF-8?q?=E5=89=AA=E8=BE=91=E8=B7=B3=E8=BD=AC=E6=8C=89=E9=92=AE=20?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/use-workflow-data.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index 0476346..e662601 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -414,6 +414,7 @@ export function useWorkflowData() { if (status === 'COMPLETED') { loadingText = LOADING_TEXT_MAP.complete; taskCurrent.currentStage = 'final_video'; + setCanGoToCut(true); } // 如果有已完成的数据,同步到状态