fix(测试跟踪): 修复环境组执行值绑定问题
--user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001020186
This commit is contained in:
parent
6bb7dcd375
commit
e93123b447
|
@ -38,7 +38,7 @@
|
|||
:value="group.id"/>
|
||||
</el-select>
|
||||
<el-select v-show="hasOptionGroup" v-model="envGroupId" :placeholder="$t('workspace.env_group.select')"
|
||||
style="margin-top: 8px;width: 100%;" size="small" clearable>
|
||||
style="margin-top: 8px;width: 100%;" @change="chooseEnvGroup" size="small" clearable>
|
||||
<el-option-group
|
||||
v-for="group in groups"
|
||||
:key="group.label"
|
||||
|
|
Loading…
Reference in New Issue