fix: table data refresh after edit form submit

This commit is contained in:
chenos 2022-04-06 11:10:47 +08:00
parent beb1ea2f9e
commit c183b98bfb

View File

@ -41,6 +41,7 @@ export const useUpdateActionProps = () => {
values: form.values,
});
__parent?.service?.refresh?.();
__parent?.__parent?.service?.refresh?.();
setVisible?.(false);
},
};