Commit 4199ad3f authored by XieZhiXiong's avatar XieZhiXiong

chore: 删除内部流转进度

parent b3192ef1
......@@ -200,17 +200,6 @@ const ReturnProfile: React.ForwardRefRenderFunction<ReturnProfileRefHandle, Retu
[]
}
outerVerifyCurrent={findLastIndexFlowState(dataSource?.outerTaskList)}
innerVerifySteps={
dataSource && dataSource.innerTaskList ?
dataSource.innerTaskList.map(item => ({
step: item.step,
stepName: item.taskName,
roleName: item.roleName,
isExecute: item.isExecute,
})) :
[]
}
innerVerifyCurrent={findLastIndexFlowState(dataSource?.innerTaskList)}
/>
</Suspense>
</Col>
......
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