yangyang
2025-03-21 158ef0f443b9f36f8beb44853ed1f39449c45c1d
rsf-admin/src/page/basicInfo/matnr/BatchModal.jsx
@@ -65,13 +65,14 @@
        'status': null
    });
    const { selectedIds } = useListContext();
    const { selectedIds, onUnselectItems } = useListContext();
    const handleClose = (event, reason) => {
        if (reason !== "backdropClick") {
            setOpen(false);
            reset()
            refresh();
            onUnselectItems()
        }
    };
@@ -139,7 +140,7 @@
                <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}>
                    <Box sx={{ width: '100%', display: 'flex', justifyContent: 'space-between' }}>
                        <Button type="submit" variant="contained" startIcon={<SaveIcon />}>
                            确认
                            {translate('toolbar.confirm')}
                        </Button>
                    </Box>
                </DialogActions>