fix (接口定义): 用例执行选择环境问题修复

--bug=1006012 --user=赵勇 【接口定义】执行用例... https://www.tapd.cn/55049933/s/1038883
This commit is contained in:
fit2-zhao 2021-08-24 18:41:35 +08:00 committed by fit2-zhao
parent f3cc9bd166
commit 7b263ab870
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
<el-select v-model="apiCase.followPeople"
clearable
:placeholder="$t('api_test.automation.follow_people')" filterable size="small"
@change="saveTestCase(apiCase)">
@change="saveTestCase(apiCase,true)">
<el-option
v-for="item in maintainerOptions"
:key="item.id"

View File

@ -68,7 +68,7 @@
<ms-input-tag :currentScenario="httpForm" ref="tag"/>
</el-form-item>
</el-col>
<el-col :span="7">
<el-col :span="8">
<el-form-item :label="$t('api_test.automation.follow_people')" prop="followPeople">
<el-select v-model="httpForm.followPeople"
clearable
@ -83,7 +83,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="7">
<el-col :span="8">
<el-form-item :label="$t('commons.description')" prop="description">
<el-input class="ms-http-textarea"
v-model="httpForm.description"