fix: 修改数据表设置权限时小结出不来的问题

This commit is contained in:
wjh 2024-03-25 21:32:18 +08:00
parent cba46cc29c
commit f3782baebd

View File

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