mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-09-09 21:49:03 +00:00
Merge branch 'hotfix/has_key_by_condition_loop' into 'release/0.9.6'
Hotfix/has key by condition loop See merge request !939647
This commit is contained in:
commit
0139a3dee8
@ -262,6 +262,8 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
if(supports.condition !== false || supports.loop !== false) {
|
||||
advanceGroup.push({
|
||||
name: 'key',
|
||||
title: {
|
||||
@ -279,6 +281,8 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
||||
},
|
||||
},)
|
||||
}
|
||||
|
||||
}
|
||||
if (advanceGroup.length > 0) {
|
||||
combined.push({
|
||||
name: '#advanced',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user