fix(测试跟踪): 禁用本地执行资源池-测试计划-只关联了UI用例-执行计划提示“请选择资源池”
--bug=1020120 --user=张大海 【UI测试】禁用本地执行资源池-测试计划-只关联了UI用例-执行计划提示“请选择资源池” https://www.tapd.cn/55049933/s/1303312
This commit is contained in:
parent
2c2f9b7840
commit
165ceb70ed
|
@ -409,7 +409,7 @@ export default {
|
||||||
handleCommand(command) {
|
handleCommand(command) {
|
||||||
if (
|
if (
|
||||||
this.runConfig.runWithinResourcePool &&
|
this.runConfig.runWithinResourcePool &&
|
||||||
this.runConfig.resourcePoolId == null
|
this.runConfig.resourcePoolId == null && this.haveOtherExecCase
|
||||||
) {
|
) {
|
||||||
this.$warning(
|
this.$warning(
|
||||||
this.$t("workspace.env_group.please_select_run_within_resource_pool")
|
this.$t("workspace.env_group.please_select_run_within_resource_pool")
|
||||||
|
|
Loading…
Reference in New Issue