mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
feat: JSSlot prop export result add id
This commit is contained in:
parent
4bb4296229
commit
aafd57cae2
@ -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