mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-13 07:16:04 +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({
|
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