From 4d86edd65efbd81b7b93db4c63cd14da64295e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AB=E5=8D=83=E6=B5=81?= <40739051+jym503558564@users.noreply.github.com> Date: Wed, 15 Jul 2020 18:34:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(ldapUserListFix):=20=E4=BC=98=E5=8C=96ldap?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E5=8B=BE=E9=80=89=E5=90=8E?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=97=B6=EF=BC=8C=E4=B8=8A=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E7=9A=84=E7=8A=B6=E6=80=81=E8=BF=98=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98=20(#192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(ldapUserListFix): 优化ldap用户列表勾选后关闭页面,再次打开时,上一次选中的状态还存在的问题 --- src/views/settings/Ldap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/settings/Ldap.vue b/src/views/settings/Ldap.vue index 80fef4f40..efe6851ff 100644 --- a/src/views/settings/Ldap.vue +++ b/src/views/settings/Ldap.vue @@ -48,7 +48,7 @@ {{ $t('common.Confirm') }} - +
{{ $t('setting.importLdapUserTitle') }} {{ $t('setting.importLdapUserTip') }} @@ -60,7 +60,7 @@ @error="handlerListTableXHRError($event)" />
- {{ $t('common.Cancel') }} + {{ $t('common.Cancel') }} {{ $t('common.Import') }}