Commit 3293640c by zhaochengxiang

采集

parent bec4a91d
...@@ -86,6 +86,7 @@ const FC = (props) => { ...@@ -86,6 +86,7 @@ const FC = (props) => {
setTaskCode(undefined); setTaskCode(undefined);
setDatasourceName(undefined); setDatasourceName(undefined);
setReportState(undefined); setReportState(undefined);
setPagination({...pagination, pageNum: 1});
getAllTasks(); getAllTasks();
getDatasources(); getDatasources();
}, [env]) }, [env])
......
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