fix: getPopupContainer

This commit is contained in:
dap 2024-10-23 15:36:31 +08:00
parent 73acf6a3c6
commit 478fe5a069

View File

@ -131,6 +131,7 @@ export const drawerSchema: FormSchemaGetter = () => [
componentProps: { componentProps: {
allowClear: false, allowClear: false,
options: getDictOptions(DictEnum.SYS_NORMAL_DISABLE), options: getDictOptions(DictEnum.SYS_NORMAL_DISABLE),
getPopupContainer,
}, },
defaultValue: '0', defaultValue: '0',
fieldName: 'status', fieldName: 'status',