修复detail中元素初始化问题

This commit is contained in:
X1627315083
2025-11-24 11:49:05 +08:00
parent b9bb1fe610
commit f4508bf776
3 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ export default defineComponent({
selectPermissions:{
isAllowComment:true,
isDisplayArea:true,
isSecondaryCreation:true,
isSecondaryCreation:false,
},
})
// let portfolio:any = inject('portfolio')