forked from github/dataease
fix(X-Pack): 日志aop导致新增组织报错
This commit is contained in:
parent
7af660508c
commit
587acdce2e
@ -44,7 +44,7 @@ onMounted(() => {
|
||||
popper-class="toolbox-top-popover"
|
||||
placement="bottom-end"
|
||||
width="208"
|
||||
trigger="click"
|
||||
trigger="hover"
|
||||
>
|
||||
<top-doc-card
|
||||
:span="12"
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 4889ffa0fcdfebe2755f5f1ce3b371e858abc981
|
||||
Subproject commit cf7956cd832cddfe23e7888b34075be3ffcb99da
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user