部分优化
This commit is contained in:
@@ -166,7 +166,7 @@ export default defineComponent({
|
||||
portfolioName:rv.portfolioDTO?.portfolioName?rv.portfolioDTO?.portfolioName:'',
|
||||
tagsDTO:rv.portfolioDTO?.tagsDTO?rv.portfolioDTO?.tagsDTO:[],
|
||||
},
|
||||
model:[]
|
||||
// model:[]
|
||||
}
|
||||
let position = []
|
||||
if(storeData.sex == "Female"){
|
||||
@@ -516,7 +516,6 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
const newProject = (value:any)=>{
|
||||
settingGetHistory()
|
||||
emit('setNewProject')
|
||||
let chatModel = false
|
||||
if(value.newMode == 'chat'){
|
||||
@@ -524,7 +523,8 @@ export default defineComponent({
|
||||
}else{
|
||||
chatModel = false
|
||||
}
|
||||
router.push(`home?history=${value.id}&create=true&chatMode=${chatModel}`)
|
||||
router.push(`home?history=${value.id}&chatMode=${chatModel}`)
|
||||
settingGetHistory()
|
||||
data.chatData = value
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user