Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front 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">
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 如果是同一个项目且openType为history,跳过重新初始化
|
// 如果是同一个项目且openType为history,跳过重新初始化
|
||||||
if(isSameProject){
|
console.log(isSameProject,data.openType)
|
||||||
|
if(isSameProject || (!query.history && !query.id)){
|
||||||
data.dataLoad = false
|
data.dataLoad = false
|
||||||
console.log(dataDom.design)
|
console.log(dataDom.design)
|
||||||
// dataDom.design?.init()
|
// dataDom.design?.init()
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|
||||||
|
|||||||
@@ -345,8 +345,8 @@ export default {
|
|||||||
StartDate: "开始日期",
|
StartDate: "开始日期",
|
||||||
EndDate: "结束日期",
|
EndDate: "结束日期",
|
||||||
inputContent1: "输入名字进行搜索",
|
inputContent1: "输入名字进行搜索",
|
||||||
Detail: "细节",
|
Detail: "结果",
|
||||||
Edit: "编辑",
|
Edit: "设置",
|
||||||
Rename: "重命名",
|
Rename: "重命名",
|
||||||
Retrieve: "选择",
|
Retrieve: "选择",
|
||||||
Delete: "删除",
|
Delete: "删除",
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ export default {
|
|||||||
EndDate: "End Date",
|
EndDate: "End Date",
|
||||||
inputContent1: "Search by collection name",
|
inputContent1: "Search by collection name",
|
||||||
Detail: "Result",
|
Detail: "Result",
|
||||||
Edit: "Edit",
|
Edit: "Setting",
|
||||||
Rename: "Rename",
|
Rename: "Rename",
|
||||||
Retrieve: "Retrieve",
|
Retrieve: "Retrieve",
|
||||||
Delete: "Delete",
|
Delete: "Delete",
|
||||||
|
|||||||
Reference in New Issue
Block a user