From a4202419305114a875d67ba9093d8a3603fa5879 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Mon, 12 May 2025 23:39:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=AD=97=E5=85=B8=E4=B8=BA=E7=A9=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 635bd7c3..8c34912d 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -20,6 +20,7 @@ defineOptions({ }); useDict('sys_user_sex'); +useDict('sys_normal_disable'); const { hasAuth } = useAuth(); const appStore = useAppStore();