Commit a6ec820a by zhaochengxiang

bug fix

parent 4490350d
...@@ -208,10 +208,6 @@ const FC = (props) => { ...@@ -208,10 +208,6 @@ const FC = (props) => {
}, [args]) }, [args])
React.useEffect(() => { React.useEffect(() => {
setSelectedRows([])
}, [args.params.catalogType, args.params.keyword, args.params.publishStatus, args.params.elementValueFilters])
React.useEffect(() => {
if (data) { if (data) {
getResourceTag() getResourceTag()
} }
......
...@@ -249,10 +249,6 @@ const FC = (props) => { ...@@ -249,10 +249,6 @@ const FC = (props) => {
}, [args]) }, [args])
React.useEffect(() => { React.useEffect(() => {
setSelectedRows([])
}, [args.params.onlyPending, args.params.catalogType, args.params.keyword, args.params.sortingStatus, args.params.resourceStatus, args.params.elementValueFilters])
React.useEffect(() => {
if (data) { if (data) {
getResourceTag() getResourceTag()
} }
......
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