修复部分bug部分页面的调整

This commit is contained in:
X1627315083
2025-06-11 15:08:17 +08:00
parent c266967f16
commit 8b107857ad
20 changed files with 547 additions and 228 deletions

View File

@@ -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