From 4aa12210062590714acacdf56cb97a1a386839a8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 27 Nov 2024 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=8D=95=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=80=BB=E8=BE=91=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/UserInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue index 73d73ea..033a6eb 100644 --- a/src/views/system/user/components/UserInfo.vue +++ b/src/views/system/user/components/UserInfo.vue @@ -307,7 +307,7 @@ export default { this.user.OrganizationName = this.hospitalName; } if (this.user.IsZhiZhun) { - this.IsZhiZhunDisabled = true; + // this.IsZhiZhunDisabled = true; } return; } @@ -353,7 +353,7 @@ export default { updateUser(this.user) .then((res) => { this.isDisabled = false; - this.$message.success("Updated successfully"); + this.$message.success(this.$t('common:message:savedSuccessfully')); }) .catch(() => { this.isDisabled = false;