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