From 0bddfe16c9b5c3251c0884531e6f5698b7fb5a90 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 17 Nov 2025 15:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddesign=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=A1=A3=E6=9C=8D=E5=90=8E=E4=BF=AE=E6=94=B9=E8=A1=A3=E6=9C=8D?= =?UTF-8?q?=E7=9A=84designType=E5=AF=BC=E8=87=B4=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=B7=BB=E5=8A=A0=E8=A1=A3=E6=9C=8D=E4=BC=9A?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Detail/detailLeft/module/currentList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/component/Detail/detailLeft/module/currentList.vue b/src/component/Detail/detailLeft/module/currentList.vue index 95143250..b02abde7 100644 --- a/src/component/Detail/detailLeft/module/currentList.vue +++ b/src/component/Detail/detailLeft/module/currentList.vue @@ -54,7 +54,8 @@ export default defineComponent({ const getDetailListData = reactive({ }) - const selectImgItem = (file:any)=>{ + const selectImgItem = (data:any)=>{ + let file = JSON.parse(JSON.stringify(data)) if(props.type != 'models'){ if(!file.resData?.minIOPath){ file.minIOPath = getMinioUrl(file?.imgUrl || file?.resData?.url)