From afe7bffd9ba1cfefa36ccef3d98cf6a1b24f5762 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 15 Nov 2023 09:34:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=80=9A=E8=BF=87=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=AD=E9=83=A8=E5=88=86=E5=B1=9E=E6=80=A7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=8Ctab=E7=BB=84=E4=BB=B6=E4=B8=AD=E9=9D=9E?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=A1=B5=E4=B8=AD=E7=BB=84=E4=BB=B6=E6=9C=AA?= =?UTF-8?q?=E7=94=9F=E6=95=88=E9=97=AE=E9=A2=98=20#6644?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeTabs.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index a779804acc..8f4dd08234 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -20,6 +20,7 @@ :border-color="borderColor" :border-active-color="borderActiveColor" :addable="isEdit && !mobileLayoutStatus" + :force-render="isEdit" @tab-add="addTab" @tab-click="handleClick" >