fix
This commit is contained in:
@@ -93,6 +93,7 @@ export default defineComponent({
|
||||
let publish: any = ref(false);//弹窗
|
||||
let publishMask:any = ref(false)//弹窗遮罩
|
||||
let publishData:any = reactive({
|
||||
selectObject:computed(()=>store.state.Workspace.probjects),//选择的项目
|
||||
publishName:'',
|
||||
loadingShow:false,
|
||||
publishMarginTop:0,
|
||||
@@ -114,7 +115,7 @@ export default defineComponent({
|
||||
},
|
||||
})
|
||||
// let portfolio:any = inject('portfolio')
|
||||
|
||||
|
||||
// let setPortfolio:any = inject('setPortfolio')
|
||||
let tagList = ref([
|
||||
// {id:1,tagName:'#AiDAworkshop_2024',title:'The process is simple: use AiDA to post your design work on the "Gallery ", and the one with the most likes(at least 20 likes) will be invited to the AiDA Workshop offline event in Hong Kong on November 14th, to exchange ideas with the Royal College of Art (RCA), Jae Lim, co-founder of the renowned fashion brand BESFXXK, and outstanding designers! '},
|
||||
@@ -138,14 +139,14 @@ export default defineComponent({
|
||||
accountId : userInfo.userId,
|
||||
createDate:'',
|
||||
idDeleted:'',
|
||||
id:portfolio.value.id?portfolio.value.id:'',
|
||||
portfolioDes:portfolio.value.portfolioDes?portfolio.value.portfolioDes:'',
|
||||
portfolioName:portfolio.value.portfolioName?portfolio.value.portfolioName:'',
|
||||
id:publishData.selectObject.publishData.id,
|
||||
portfolioDes:publishData.selectObject.publishData.portfolioDes,
|
||||
portfolioName:publishData.selectObject.publishData.portfolioName,
|
||||
portfolioType:'History',
|
||||
status:'',
|
||||
updateDate:'',
|
||||
collectionId:'',
|
||||
tagsDTO:portfolio.value.tagsDTO?portfolio.value.tagsDTO:[],
|
||||
tagsDTO:publishData.selectObject.publishData.tagsDTO,
|
||||
// isAllowLikes:true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user