From 4ed40f763ce75d6074009931c7ca2351b24052b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Mon, 15 Nov 2021 17:04:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=A7=84=E5=88=99=E8=AF=A6=E6=83=85=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=AE=8C=E4=B9=8B=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?message=E8=B7=B3=E8=BD=AC=E8=AF=A6=E6=83=85=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/acl/UserLoginACL/UserLoginACLCreateUpdate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/acl/UserLoginACL/UserLoginACLCreateUpdate.vue b/src/views/acl/UserLoginACL/UserLoginACLCreateUpdate.vue index 68762d94f..c30d19dbc 100644 --- a/src/views/acl/UserLoginACL/UserLoginACLCreateUpdate.vue +++ b/src/views/acl/UserLoginACL/UserLoginACLCreateUpdate.vue @@ -27,6 +27,7 @@ export default { } }, url: '/api/v1/acls/login-acls/', + hasDetailInMsg: false, fields: [ [this.$t('common.Basic'), ['name', 'priority']], [this.$t('acl.users'), ['user']],