Commit 46587743 by zhaochengxiang

bug fix

parent 4be9af10
......@@ -190,7 +190,7 @@ const FC = (props) => {
}
}
])
}, [])
}, [node])
const tableData = React.useMemo(() => {
return data?.filter(item =>
......
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