Merge remote-tracking branch 'origin/StableVersion' into dev_vite
This commit is contained in:
@@ -569,7 +569,6 @@ export class RemoveLayerCommand extends Command {
|
|||||||
allObjects.push(object);
|
allObjects.push(object);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// 递归收集子图层的对象
|
// 递归收集子图层的对象
|
||||||
if (layer.children && Array.isArray(layer.children)) {
|
if (layer.children && Array.isArray(layer.children)) {
|
||||||
layer.children.forEach((childLayer) => {
|
layer.children.forEach((childLayer) => {
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ export default defineComponent({
|
|||||||
rv:rv,
|
rv:rv,
|
||||||
fun:setRevocation
|
fun:setRevocation
|
||||||
}
|
}
|
||||||
detailData.designDetail.oldModel = detailData.designDetail.newModel
|
if(detailData?.designDetail?.newModel)detailData.designDetail.oldModel = JSON.parse(JSON.stringify(detailData.designDetail.newModel))
|
||||||
delete detailData.designDetail.newModel
|
delete detailData.designDetail.newModel
|
||||||
store.commit('DesignDetail/setPraeview',value)
|
store.commit('DesignDetail/setPraeview',value)
|
||||||
detailData.loadingShow = false
|
detailData.loadingShow = false
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="printboard_upload_modal" :class="[driver__.driver?'showEvents':'']">
|
<div class="printboard_upload_modal" :class="[driver__.driver?'showEvents':'']">
|
||||||
|
|
||||||
<div class="printboard_left_upload modal_left">
|
<div class="printboard_left_upload modal_left">
|
||||||
<div class="left_upload_header">
|
<div class="left_upload_header">
|
||||||
<div class="upload_header_item">
|
<div class="upload_header_item">
|
||||||
|
|||||||
@@ -587,8 +587,9 @@ export default defineComponent({
|
|||||||
toProductImageVOList:selectArr,
|
toProductImageVOList:selectArr,
|
||||||
// userLikeGroupId:upload.value.userlikeGroupId,
|
// userLikeGroupId:upload.value.userlikeGroupId,
|
||||||
projectId:productImgData.selectObject.id,
|
projectId:productImgData.selectObject.id,
|
||||||
modelName:obj.elementType == 'Relight'?'flux':speed.speedData.value,
|
modelName:props.productimgMenu.value == 'Relight'?'flux':speed.speedData.value,
|
||||||
direction:RelightDirection.value,
|
direction:RelightDirection.value,
|
||||||
|
ageGroup:store.state.Workspace.probjects.ageGroup,
|
||||||
brightenValue:productImgData.brightenValue,
|
brightenValue:productImgData.brightenValue,
|
||||||
imageStrength:(100 - imageStrength)/100,
|
imageStrength:(100 - imageStrength)/100,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user