fix: 修改数据表设置权限时小结出不来的问题
This commit is contained in:
parent
cba46cc29c
commit
f3782baebd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user