fix: 角色管理 菜单分配 节点独立下的回显及提交问题
This commit is contained in:
@@ -138,6 +138,15 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
label: '角色状态',
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
component: 'Radio',
|
||||
dependencies: {
|
||||
show: () => false,
|
||||
triggerFields: [''],
|
||||
},
|
||||
fieldName: 'menuCheckStrictly',
|
||||
label: '菜单权限',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
defaultValue: [],
|
||||
|
Reference in New Issue
Block a user