修复任务完成 没有停止轮询问题

This commit is contained in:
北枳 2025-08-16 14:11:35 +08:00
parent a5304f8077
commit 07349766ef

View File

@ -446,7 +446,7 @@ export function useWorkflowData() {
clearInterval(interval);
}
};
}, [needStreamData, fetchStreamData], { mode: "debounce", delay: 1000 });
}, [needStreamData, fetchStreamData], {mode: 'none'});
// 初始化数据
const initializeWorkflow = async () => {