报错后及时回转loading按钮

This commit is contained in:
朱浩 2024-12-24 09:58:31 +08:00
parent 01fbb9d05c
commit 3867a9603f
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ const outlineCreatePPT = () => {
}; };
checkProgress(); checkProgress();
}).finally(()=>{
createPPTLoading.value = false
}) })
}; };