From 196610cae1627b97cd954f1c6a716cd6c911a196 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 8 May 2024 12:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/UserInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue index dcc847b..ddce450 100644 --- a/src/views/system/user/components/UserInfo.vue +++ b/src/views/system/user/components/UserInfo.vue @@ -342,7 +342,7 @@ export default { this.user.RouteUrl = `${location.protocol}//${location.host}/email-recompose`; if (this.user.Id) { if (this.user.IsZhiZhun) { - this.user.OrganizationName = THIS.hospitalName; + this.user.OrganizationName = this.hospitalName; } updateUser(this.user) .then((res) => {