skyouc
7 天以前 06d7fb698ce6d0efc7ff4224c6b68d2f50feb716
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>