diff --git a/src/component/Detail/detailLeft/module/selectList.vue b/src/component/Detail/detailLeft/module/selectList.vue index 301bd3e8..489df33f 100644 --- a/src/component/Detail/detailLeft/module/selectList.vue +++ b/src/component/Detail/detailLeft/module/selectList.vue @@ -118,7 +118,6 @@ export default defineComponent({ detailData.selectTitle = 'upload' } const openLibrary = ()=>{ - if(detailData.selectTitle == 'library')return detailData.selectTitle = 'library' getDetailListDom.libraryList.init() } diff --git a/src/component/Detail/detailLeft/sketch.vue b/src/component/Detail/detailLeft/sketch.vue index 9456831e..76a7bdf4 100644 --- a/src/component/Detail/detailLeft/sketch.vue +++ b/src/component/Detail/detailLeft/sketch.vue @@ -56,6 +56,7 @@ export default defineComponent({ detailData.selectTitle = 'upload' } const sketchSysToLibrary = ()=>{ + if(getDetailListDom.selectList.selectTitle == 'library')return getDetailListDom.selectList.openLibrary() } const hasDuplicateId = (id:any)=>{ diff --git a/src/component/WorksPage/publish.vue b/src/component/WorksPage/publish.vue index 82ae89b2..d6fc13af 100644 --- a/src/component/WorksPage/publish.vue +++ b/src/component/WorksPage/publish.vue @@ -111,7 +111,7 @@ export default defineComponent({ selectPermissions:{ isAllowComment:true, isDisplayArea:true, - isSecondaryCreation:true, + isSecondaryCreation:false, }, }) // let portfolio:any = inject('portfolio')