forked from 77media/video-flow
Merge branch 'dev' of https://git.qikongjian.com/77media/video-flow into dev
This commit is contained in:
commit
dbdd0b2697
@ -414,6 +414,7 @@ export function useWorkflowData() {
|
|||||||
if (status === 'COMPLETED') {
|
if (status === 'COMPLETED') {
|
||||||
loadingText = LOADING_TEXT_MAP.complete;
|
loadingText = LOADING_TEXT_MAP.complete;
|
||||||
taskCurrent.currentStage = 'final_video';
|
taskCurrent.currentStage = 'final_video';
|
||||||
|
setCanGoToCut(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果有已完成的数据,同步到状态
|
// 如果有已完成的数据,同步到状态
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user