@ -48,6 +48,7 @@ function CheckItems(props) {
dispatch(delCheckItems(ids)).then(res => {
if (res.success) {
tableRef.current.reload();
setSelect([]);
}
})