fix(测试跟踪): 修复环境组执行值绑定问题

--user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001020186
This commit is contained in:
guoyuqi 2022-11-23 22:09:53 +08:00 committed by fit2-zhao
parent 6bb7dcd375
commit e93123b447
1 changed files with 1 additions and 1 deletions

View File

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