Merge pull request #7905 from dataease/pr@dev-v2@fix_org_log

fix(X-Pack): 日志aop导致新增组织报错
This commit is contained in:
fit2cloud-chenyw
2024-01-30 14:46:09 +08:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ onMounted(() => {
popper-class="toolbox-top-popover"
placement="bottom-end"
width="208"
trigger="click"
trigger="hover"
>
<top-doc-card
:span="12"

View File

@@ -12,6 +12,8 @@ public class OrgCreator implements Serializable {
@Serial
private static final long serialVersionUID = -4246980891732805368L;
private Long id;
@Schema(description = "组织名称")
private String name;
@Schema(description = "上级ID")