fix(form): ensure that the Form component does not verify hidden form items

This commit is contained in:
Vben
2021-03-07 23:37:57 +08:00
parent e0dc5cf2f2
commit 43a45b7c99
4 changed files with 9 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export const accountFormSchema: FormSchema[] = [
label: '密码',
component: 'InputPassword',
required: true,
show: true,
show: false,
},
{
label: '角色',