mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-04 14:41:11 +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({
|
advanceGroup.push({
|
||||||
name: 'key',
|
name: 'key',
|
||||||
title: {
|
title: {
|
||||||
@ -279,6 +281,8 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
},
|
},
|
||||||
},)
|
},)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
if (advanceGroup.length > 0) {
|
if (advanceGroup.length > 0) {
|
||||||
combined.push({
|
combined.push({
|
||||||
name: '#advanced',
|
name: '#advanced',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user