From 9896cd3d2462f072d207b49d202443a3cb9a6a32 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 26 Dec 2024 14:40:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96Tab=E6=A0=87=E7=AD=BE=E5=88=87=E6=8D=A2=E5=86=85?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=E5=88=B7=E6=96=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/de-tabs/Component.vue | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/core-frontend/src/custom-component/de-tabs/Component.vue b/core/core-frontend/src/custom-component/de-tabs/Component.vue index 728dddc468..a02b84a2fa 100644 --- a/core/core-frontend/src/custom-component/de-tabs/Component.vue +++ b/core/core-frontend/src/custom-component/de-tabs/Component.vue @@ -488,20 +488,6 @@ watch( { deep: true } ) -watch( - () => editableTabsValue.value, - () => { - nextTick(() => { - useEmitt().emitter.emit('tabCanvasChange-' + activeCanvasId.value) - }) - }, - { deep: true } -) - -const activeCanvasId = computed(() => { - return element.value.id + '--' + editableTabsValue.value -}) - const reShow = () => { state.tabShow = false nextTick(() => {