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); } // 如果有已完成的数据,同步到状态