fix(接口自动化): 修复并行执行的时候资源池禁用接口测试仍然可以选中的问题
This commit is contained in:
parent
69013f62ed
commit
cef23d9702
|
@ -62,6 +62,7 @@
|
|||
v-for="item in resourcePools"
|
||||
:key="item.id"
|
||||
:label="item.name"
|
||||
:disabled="!item.api"
|
||||
:value="item.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
|
|
Loading…
Reference in New Issue