Merge pull request 'fix: 修改数据表设置权限时小结出不来的问题' (#492) from fix_records into @hera/dev

Reviewed-on: daoyoucloud/tachycode#492
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
sealday 2024-03-25 21:33:53 +08:00
commit 5134a3fce0

View File

@ -51,7 +51,9 @@ export const customComponentDispatcherSettings = new SchemaSettings({
['x-uid']: fieldSchema['x-uid'],
};
fieldSchema['x-component-props']['component'] = component;
fieldSchema['x-acl-ignore'] = true;
schema['x-component-props'] = fieldSchema['x-component-props'];
schema['x-acl-ignore'] = true;
field.componentProps.component = component;
dn.emit('patch', {
schema,