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