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:
commit
5134a3fce0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user