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