mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
fix: data template issue in filter form (#5837)
This commit is contained in:
parent
b58a05764b
commit
abf67b6fb5
@ -200,6 +200,9 @@ export const findFormBlock = (schema: Schema) => {
|
|||||||
if (schema['x-decorator'] === 'FormBlockProvider') {
|
if (schema['x-decorator'] === 'FormBlockProvider') {
|
||||||
return schema;
|
return schema;
|
||||||
}
|
}
|
||||||
|
if (schema['x-component'] === 'AssociationField.Selector') {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
schema = schema.parent;
|
schema = schema.parent;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user