fix: eslint 警告问题修复

This commit is contained in:
Ray.Hao
2026-01-26 10:03:27 +08:00
parent 9b2c2ead04
commit 7facd40bd8
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
v-for="item in tenantList"
:key="item.id"
:command="item.id"
:class="{ 'is-active': item.id === currentTenantIdRef }"
:class="{ 'is-active': item.id === currentTenantId }"
>
{{ item.name }}
</el-dropdown-item>