Merge pull request 'fix: 修改过滤自定义数据范围变量' (#388) from fix_filterData into @hera/dev

Reviewed-on: daoyoucloud/tachycode#388
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
sealday 2024-03-15 17:28:59 +08:00
commit 9af29e3e5c

View File

@ -70,6 +70,7 @@ export const FormFilterScope = observer(
{...props} {...props}
form={form} form={form}
record={record} record={record}
collectionField={props.collectionField}
shouldChange={getShouldChange({ shouldChange={getShouldChange({
collectionField, collectionField,
variables, variables,