mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
e367eedfd7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user