mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 09:47:20 +00:00
feat: JSSlot prop export result add id
This commit is contained in:
parent
115db19ab4
commit
9b7462b8a4
@ -302,6 +302,7 @@ export class Prop implements IProp, IPropParent {
|
||||
type: 'JSSlot',
|
||||
params: schema.params,
|
||||
value: schema,
|
||||
id: schema.id,
|
||||
};
|
||||
}
|
||||
return {
|
||||
@ -310,6 +311,7 @@ export class Prop implements IProp, IPropParent {
|
||||
value: schema.children,
|
||||
title: schema.title,
|
||||
name: schema.name,
|
||||
id: schema.id,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user