Commit f9643645 by zhaochengxiang

任务进度

parent 728e16c9
......@@ -24,7 +24,7 @@ const TaskItem = (props) => {
}
</div>
{
tasksProgress && tasksProgress[data.id] ?
tasksProgress&&tasksProgress[data.id]!==null&&tasksProgress[data.id]!==undefined ?
<div className='mt-1 flex' style={{ alignItems: 'center', justifyContent: 'space-between' }}>
<span style={{ marginRight: 5 }}>抽取进度: </span>
<div style={{ flex: 1 }}>
......
......@@ -246,7 +246,7 @@ const DatasourceManage = (props) => {
}
},
callback: () => {
showMessage('success', '执行任务成功');
getAllTasksProgress();
}
});
}
......
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