mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(X-Pack): 日志aop导致新增组织报错
This commit is contained in:
@@ -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
Submodule de-xpack updated: 4889ffa0fc...cf7956cd83
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user