From 83aefc5dded47360522c92440eb6450b3becc9c9 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Tue, 25 Jun 2024 18:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=B7=E6=96=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tenant/index.vue | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) 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(() => {