用户信息保存问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f9b6e984e8
commit
196610cae1
|
@ -342,7 +342,7 @@ export default {
|
||||||
this.user.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
this.user.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
||||||
if (this.user.Id) {
|
if (this.user.Id) {
|
||||||
if (this.user.IsZhiZhun) {
|
if (this.user.IsZhiZhun) {
|
||||||
this.user.OrganizationName = THIS.hospitalName;
|
this.user.OrganizationName = this.hospitalName;
|
||||||
}
|
}
|
||||||
updateUser(this.user)
|
updateUser(this.user)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|
Loading…
Reference in New Issue