修复部分bug部分页面的调整
This commit is contained in:
@@ -311,7 +311,6 @@ export default defineComponent({
|
||||
}
|
||||
const getImageStrength = (num) => {
|
||||
let imageStrength = num == 100? 95 :num
|
||||
console.log(num)
|
||||
return imageStrength;
|
||||
};
|
||||
const getPoseTransformData = ()=>{
|
||||
@@ -332,7 +331,7 @@ export default defineComponent({
|
||||
SERIES_DESIGN:"design",
|
||||
TO_PRODUCT_IMAGE:"toProductImage",
|
||||
RELIGHT:"relight",
|
||||
POSE_TRANSFORM:"poseTransfer"
|
||||
POSE_TRANSFER:"poseTransfer"
|
||||
}
|
||||
return {
|
||||
"buildType": buildTypeCorresponding[operationsData.buildType],
|
||||
@@ -383,7 +382,12 @@ export default defineComponent({
|
||||
if (rv) {
|
||||
operations.loadingShow = false
|
||||
cancelDsign()
|
||||
emit('getContentList')
|
||||
let porjectData = operationsData.objectList.find(item => item.id === operationsData.projectData)
|
||||
let project = {
|
||||
value:porjectData?.id,
|
||||
label:porjectData?.name,
|
||||
}
|
||||
emit('getContentList',project)
|
||||
}
|
||||
}).catch((error) => {
|
||||
operations.loadingShow = false
|
||||
|
||||
Reference in New Issue
Block a user