fix: 角色管理 菜单分配 节点独立下的回显及提交问题

This commit is contained in:
dap
2024-10-23 13:46:23 +08:00
parent 68f3ac8c79
commit a38fc307d0
3 changed files with 10 additions and 162 deletions

View File

@@ -138,6 +138,15 @@ export const drawerSchema: FormSchemaGetter = () => [
label: '角色状态',
rules: 'required',
},
{
component: 'Radio',
dependencies: {
show: () => false,
triggerFields: [''],
},
fieldName: 'menuCheckStrictly',
label: '菜单权限',
},
{
component: 'Input',
defaultValue: [],