<SaveButton sx={{ height: "36px", mt: '9px', mj: 2 }}
type='button' mutationOptions={{
onSuccess: (params:any) => {
update('t_prod_step', { id: params.id, data: params }, {
onSuccess: () => {
redirect(false)
refresh();
}
})
if (expand) {
toggleExpanded()
}
}
}}
>
</SaveButton>
运行结果