Commit 6597dd07 authored by 皮倩雯's avatar 皮倩雯

fix: '取消流程时限限制'

parent a48df401
Pipeline #82982 passed with stages
......@@ -207,7 +207,7 @@ const AddModal = props => {
<Option
value={item.Name}
key={item.ID}
disabled={endNodeIndex !== null && index >= endNodeIndex}
// disabled={endNodeIndex !== null && index >= endNodeIndex}
>
{item.Name}
</Option>
......
......@@ -153,7 +153,7 @@ const AddModal = props => {
<Option
value={item}
key={index}
disabled={limitFinshNodes?.some(ele => ele === item)}
// disabled={limitFinshNodes?.some(ele => ele === item)}
>
{item}
</Option>
......
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