rsf-admin/src/page/system/serialRule/SerialRuleItemEdit.jsx
@@ -110,7 +110,7 @@ source="wkType" optionValue="value" parse={v => v} /> /> </Stack> <Stack direction='row' gap={2}> <TextInput @@ -152,7 +152,13 @@ </Grid> </DialogContent> <DialogActions> <Toolbar sx={{ width: '100%', justifyContent: 'end' }} > <SaveButton type="button" mutationOptions={{ onSuccess: () => { setOpen(false) } }} /> </Toolbar> </DialogActions> </Form>