diff --git a/apps/vue/src/views/sys/settings/index.vue b/apps/vue/src/views/sys/settings/index.vue index 64135a254..bcc90c573 100644 --- a/apps/vue/src/views/sys/settings/index.vue +++ b/apps/vue/src/views/sys/settings/index.vue @@ -29,7 +29,7 @@ const abpStore = useAbpStoreWithOut(); onMounted(() => { - if (abpStore.getApplication.currentTenant.isAvailable) { + if (abpStore.getApplication.currentTenant.id) { settingFormRef.value = { providerName: 'T', providerKey: abpStore.getApplication.currentTenant.id,