用户单位信息逻辑更改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-11-27 17:42:54 +08:00
parent 8a55cfcad7
commit 4aa1221006
1 changed files with 2 additions and 2 deletions

View File

@ -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;