fix: 添加默认值

This commit is contained in:
dap
2024-09-30 09:55:55 +08:00
parent e01bd218b9
commit 5cb1e36fba
2 changed files with 5 additions and 4 deletions

View File

@@ -141,7 +141,6 @@ export const drawerSchema: FormSchemaGetter = () => [
{
component: 'Select',
componentProps: {
class: 'w-full',
getPopupContainer,
mode: 'multiple',
optionFilterProp: 'label',
@@ -155,7 +154,6 @@ export const drawerSchema: FormSchemaGetter = () => [
{
component: 'Select',
componentProps: {
class: 'w-full',
getPopupContainer,
mode: 'multiple',
optionFilterProp: 'label',