新增角色设置内外部默认值

main
wangxiaoshuang 2024-04-25 17:17:11 +08:00
parent 920f957852
commit dca7a6edc4
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ export default {
return (this.IsZhiZhunDisabled = true);
}
}
this.user.IsZhiZhun = null;
this.user.IsZhiZhun = false;
this.user.OrganizationName = null;
this.IsZhiZhunDisabled = false;
},