用户单位信息逻辑更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8a55cfcad7
commit
4aa1221006
|
@ -307,7 +307,7 @@ export default {
|
||||||
this.user.OrganizationName = this.hospitalName;
|
this.user.OrganizationName = this.hospitalName;
|
||||||
}
|
}
|
||||||
if (this.user.IsZhiZhun) {
|
if (this.user.IsZhiZhun) {
|
||||||
this.IsZhiZhunDisabled = true;
|
// this.IsZhiZhunDisabled = true;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -353,7 +353,7 @@ export default {
|
||||||
updateUser(this.user)
|
updateUser(this.user)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.isDisabled = false;
|
this.isDisabled = false;
|
||||||
this.$message.success("Updated successfully");
|
this.$message.success(this.$t('common:message:savedSuccessfully'));
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
this.isDisabled = false;
|
this.isDisabled = false;
|
||||||
|
|
Loading…
Reference in New Issue