部分优化
This commit is contained in:
@@ -113,7 +113,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"){
|
||||
|
||||
@@ -227,8 +227,8 @@ export default defineComponent({
|
||||
let storeData = {
|
||||
name:rv.name,
|
||||
id:rv.id,
|
||||
type:rv.process == 'SERIES_DESIGN'?'seriesDesign':'singleProductDesign',
|
||||
httpType:rv.process,//项目类型
|
||||
// type:rv.process == 'SERIES_DESIGN'?'seriesDesign':'singleProductDesign',
|
||||
// httpType:rv.process,//项目类型
|
||||
ageGroup:rv.workspaceVO?.ageGroup,
|
||||
style:rv.workspaceVO?.style,
|
||||
styleId:rv.workspaceVO?.styleId,
|
||||
@@ -251,7 +251,11 @@ export default defineComponent({
|
||||
portfolioName:rv.portfolioDTO?.portfolioName?rv.portfolioDTO?.portfolioName:'',
|
||||
tagsDTO:rv.portfolioDTO?.tagsDTO?rv.portfolioDTO?.tagsDTO:[],
|
||||
},
|
||||
model:[]
|
||||
// model:[]
|
||||
}
|
||||
if(rv.process){
|
||||
storeData.type = rv.process == 'SERIES_DESIGN'?'seriesDesign':'singleProductDesign'
|
||||
storeData.httpType = rv.process
|
||||
}
|
||||
let position = []
|
||||
if(storeData.sex == "Female"){
|
||||
|
||||
Reference in New Issue
Block a user