Commit 7bf3b20e by zhaochengxiang

采集权限

parent 0038ba85
...@@ -207,7 +207,7 @@ const FC = (props) => { ...@@ -207,7 +207,7 @@ const FC = (props) => {
} }
return columns; return columns;
}, [visibleCols, tasksProgress]) }, [visibleCols, tasksProgress, permissions])
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