diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index c2fddb98..5e1632fc 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -538,6 +538,7 @@ function showButtons(key: any) { function hideButtons() { showButtonsKey.value = null; } + onMounted(() => { Promise.allSettled([ getDict('sys_normal_disable'), @@ -575,7 +576,7 @@ onMounted(() => { > - + @@ -631,16 +632,36 @@ onMounted(() => {