update: 优化场景联动过滤条件

This commit is contained in:
xieyonghong 2023-03-16 17:40:22 +08:00
parent 91f00210fe
commit 51fa8e6b5e
2 changed files with 2 additions and 0 deletions

View File

@ -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'
>

View File

@ -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'