This commit is contained in:
X1627315083
2025-04-01 15:25:15 +08:00
parent 70ed89049a
commit b6e5f05f06
101 changed files with 11533 additions and 1015 deletions

View File

@@ -35,7 +35,7 @@ export default defineComponent({
selectTitle:'current',
selectDetail:computed(()=>store.state.DesignDetailCopy.selectDetail),
sketchCatecoryList:computed(()=>{
return store.state.Workspace.workspacePosition
return store.state.Workspace.probjects.positionList
}),
currentDetailType:computed(()=>store.state.DesignDetailCopy.currentDetailType)
})