mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
fix: linkage rules have not been synced correctly from form template (#6550)
This commit is contained in:
parent
8a82cdec5b
commit
380da5ec0e
@ -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