This commit is contained in:
李志鹏
2025-11-17 13:57:31 +08:00
parent 5cb7790afd
commit a0230541ce

View File

@@ -466,6 +466,8 @@ export default defineComponent({
// this.$router.push({ name: 'homePage', params: { id: record.id, type: 'History' } })
// this.store.commit('setChooseIsDesign', num)
// router.push(`/home/tools?tools=toProduct&id=${childItem.id}`)
this.store.state.Workspace.cachedRoutes = [];
this.store.commit('setProjectPath','')
if (record.process == 'SERIES_DESIGN' || record.process == 'SINGLE_DESIGN') {
this.$router.push(`/home/history/${record?.id}`)