This commit is contained in:
李志鹏
2025-12-10 15:33:05 +08:00
parent aad6919ec3
commit 17edeef461
3 changed files with 11 additions and 8 deletions

View File

@@ -458,6 +458,7 @@ export default defineComponent({
message.info(t('newScaleImage.jsContent2'))
return
}
store.state.Workspace.cachedRoutes = [];
let id = await getWorks(imgData.scaleImageData.id)
await router.push(`/home/history/${id}`)
store.commit('setChooseIsDesign',false)