mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-17 03:04:27 +00:00
fix: 🐛 添加 loop 和 condition 的判断
This commit is contained in:
parent
a01e4b1963
commit
b521ebead1
@ -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