mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor: 去除多余的未使用变量
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user