diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index efc1c02..b13b100 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -214,7 +214,7 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps = useEffect(() => { // 主动触发剪辑 if (canGoToCut && taskObject.currentStage === 'video') { - generateEditPlan(retryCount); + generateEditPlan(retryCount - 1); } }, [canGoToCut, taskObject.currentStage, retryCount]);