Commit d198abf3 by 放生的三文鱼

去掉log

parent 205ab73c
...@@ -304,8 +304,6 @@ const AssetTable = (props) => { ...@@ -304,8 +304,6 @@ const AssetTable = (props) => {
useDebounceEffect(() => { useDebounceEffect(() => {
if (reference !== AssetRecycleReference&&(nodeId||nodeId===undefined)) { if (reference !== AssetRecycleReference&&(nodeId||nodeId===undefined)) {
console.log('nodeid',nodeId);
getFilterElementsGroupThenGetDataAssets(); getFilterElementsGroupThenGetDataAssets();
} }
//eslint-disable-next-line react-hooks/exhaustive-deps //eslint-disable-next-line react-hooks/exhaustive-deps
......
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