From 7075f40272582e85a048d2d7e8e44cc58439988d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 13 Dec 2024 10:12:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=9B=BE=E8=A1=A8=E7=BC=96=E8=BE=91=E8=83=8C?= =?UTF-8?q?=E6=99=AF=EF=BC=8C=E8=83=8C=E6=99=AF=E5=9B=BE=E4=B8=8D=E5=88=87?= =?UTF-8?q?=E6=8D=A2=20#13687?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-background/BackgroundOverallCommon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue index ed16dcce4e..31e7001a19 100644 --- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue +++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue @@ -324,7 +324,7 @@ const queryBackground = () => { const init = () => { state.commonBackground = deepCopy(props.commonBackgroundPop) if (state.commonBackground['outerImage']) { - state.fileList.push({ url: imgUrlTrans(state.commonBackground['outerImage']) }) + state.fileList = [{ url: imgUrlTrans(state.commonBackground['outerImage']) }] } else { state.fileList = [] }