chore: getPopupContainer

This commit is contained in:
dap 2024-09-21 10:51:51 +08:00
parent 76f29e7700
commit b753481ac1

View File

@ -100,6 +100,7 @@ export const drawerSchema: FormSchemaGetter = () => [
component: 'Select',
componentProps: {
class: 'w-full',
getPopupContainer,
placeholder: '请选择',
},
fieldName: 'postIds',
@ -109,6 +110,7 @@ export const drawerSchema: FormSchemaGetter = () => [
component: 'Select',
componentProps: {
class: 'w-full',
getPopupContainer,
placeholder: '请选择',
},
fieldName: 'roleIds',