Commit 9c4a36f9 by zhaochengxiang

取消执行

parent a4c0cf03
...@@ -182,7 +182,7 @@ const FC = (props) => { ...@@ -182,7 +182,7 @@ const FC = (props) => {
} }
return columns; return columns;
}, [visibleCols]) }, [visibleCols, tasksProgress])
const _tasks = useMemo(() => { const _tasks = useMemo(() => {
if (tasks) { if (tasks) {
......
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