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;