Commit d13c8ab7 by zhaochengxiang

bug fix

parent 247d23cb
......@@ -176,7 +176,6 @@ const FC = (props) => {
}
React.useEffect(() => {
getPermissions()
getElements()
getResourceSortingStatus()
getResourceRelatedMetadataStatus()
......@@ -210,6 +209,7 @@ const FC = (props) => {
React.useEffect(() => {
if (node) {
getPermissions()
setRow()
setSelectedRows([])
if (locationIdRef.current && locationDidRef.current) {
......
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