update: 优化场景联动过滤条件
This commit is contained in:
parent
91f00210fe
commit
51fa8e6b5e
|
@ -26,6 +26,7 @@
|
|||
</j-popconfirm>
|
||||
<j-form-item
|
||||
v-for='(item, index) in termsOptions'
|
||||
:key='item.key'
|
||||
:name='["branches", branchName, "then", thenName, "actions", actionName, "terms", name, "terms", index]'
|
||||
:rules='rules'
|
||||
>
|
||||
|
|
|
@ -326,6 +326,7 @@
|
|||
<div class='actions-item-filter-overflow'>
|
||||
<FilterGroup
|
||||
v-for='(item, index) in termsOptions'
|
||||
:key='item.key'
|
||||
:branchName='branchesName'
|
||||
:thenName='thenName'
|
||||
:actionName='name'
|
||||
|
|
Loading…
Reference in New Issue