From b231f138df7634e75a950f55f6de157eb2551840 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 19 Nov 2024 17:31:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index ff78594e24..8c99d2589a 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -168,7 +168,7 @@ const firstChangeActiveName = ref(false) watch( () => tablePaneList.value.length, - (v1, v2) => { + () => { if (tablePaneList.value.length > 0 && !firstChangeActiveName.value) { firstChangeActiveName.value = true activeName.value = tablePaneList.value[0].name