Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-03-25 10:43:21 +00:00
commit e367eedfd7

View File

@ -43,6 +43,10 @@ export function convertTplBlock(
if (newSchema['x-decorator'] === 'TemplateGridDecorator') {
delete newSchema['x-decorator'];
}
if (newSchema['x-linkage-rules']) {
// linkage rules 有可能保存在Grid组件中
delete newSchema['x-linkage-rules'];
}
for (const key in tpl.properties) {
const t = convertTplBlock(tpl.properties[key], virtual, isRoot, newRootId, templateKey, options);
if (isRoot) {