From 7faefef74b335861dd843a6bcde6d4a25f26f2b3 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 22 Nov 2023 14:54:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=8A=B6=E6=80=81Tab=E5=8A=A0=E8=BD=BD=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=AE=9E=E6=97=B6=E5=8A=A0=E8=BD=BD=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E6=9C=AA=E5=8A=A0=E8=BD=BD=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=AF=B9=E4=B8=BB=E9=A2=98=E6=94=B9=E5=8F=98=E4=B8=8D=E5=93=8D?= =?UTF-8?q?=E5=BA=94=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index 8f4dd08234..ef699bc0e9 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -20,7 +20,6 @@ :border-color="borderColor" :border-active-color="borderActiveColor" :addable="isEdit && !mobileLayoutStatus" - :force-render="isEdit" @tab-add="addTab" @tab-click="handleClick" > @@ -28,7 +27,7 @@