Browse Source

aggregation gateway will changes the tenant available

5.0.0-rc.1
cKey 4 years ago
parent
commit
41a8afc825
  1. 2
      apps/vue/src/views/sys/settings/index.vue

2
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,

Loading…
Cancel
Save