Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="account_systemMessage">'"
|
||||
<div class="account_systemMessage">
|
||||
<div class="account_generalMessage_title modal_title_text">
|
||||
<!-- <span>系统消息</span> -->
|
||||
<div class="account_generalMessage_title_setting" @click="allRead">{{$t('account.AllRead')}}</div>
|
||||
|
||||
@@ -118,7 +118,6 @@ export default defineComponent({
|
||||
detailData.selectTitle = 'upload'
|
||||
}
|
||||
const openLibrary = ()=>{
|
||||
if(detailData.selectTitle == 'library')return
|
||||
detailData.selectTitle = 'library'
|
||||
getDetailListDom.libraryList.init()
|
||||
}
|
||||
|
||||
@@ -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)=>{
|
||||
|
||||
@@ -111,7 +111,7 @@ export default defineComponent({
|
||||
selectPermissions:{
|
||||
isAllowComment:true,
|
||||
isDisplayArea:true,
|
||||
isSecondaryCreation:true,
|
||||
isSecondaryCreation:false,
|
||||
},
|
||||
})
|
||||
// let portfolio:any = inject('portfolio')
|
||||
|
||||
Reference in New Issue
Block a user