用户单位信息逻辑更改
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;
|
||||
}
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue