Commit 45ecbbe4 by zhaochengxiang

bug fix

parent 14c46338
......@@ -213,7 +213,7 @@ const FC = (props) => {
return [[indexCol, pathCol, ...newColumns, ...fixedCols]
, newTableData, data?.total??0]
}, [filterElements, data, loadingFilterElements, users, fixedCols, keyword, pathCol, indexCol])
}, [filterElements, data, loadingFilterElements, users, fixedCols, keyword, pathCol, indexCol, pagination])
const getAdmin = () => {
dispatch({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment