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

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

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