chore: form reset logic modification

This commit is contained in:
vben
2020-10-23 23:45:21 +08:00
parent e034d1bacc
commit c7cfeb5456
5 changed files with 40 additions and 25 deletions

View File

@@ -239,12 +239,10 @@ export function getFormConfig(): Partial<FormProps> {
{
label: '选项1',
value: '1',
key: '1',
},
{
label: '选项2',
value: '2',
key: '2',
},
],
},