用户信息保存问题
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-08 12:14:23 +08:00
parent f9b6e984e8
commit 196610cae1
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {