fix(测试跟踪): 禁用本地执行资源池-测试计划-只关联了UI用例-执行计划提示“请选择资源池”

--bug=1020120 --user=张大海 【UI测试】禁用本地执行资源池-测试计划-只关联了UI用例-执行计划提示“请选择资源池” https://www.tapd.cn/55049933/s/1303312
This commit is contained in:
zhangdahai112 2022-11-24 18:41:29 +08:00 committed by zhangdahai112
parent 2c2f9b7840
commit 165ceb70ed
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ export default {
handleCommand(command) {
if (
this.runConfig.runWithinResourcePool &&
this.runConfig.resourcePoolId == null
this.runConfig.resourcePoolId == null && this.haveOtherExecCase
) {
this.$warning(
this.$t("workspace.env_group.please_select_run_within_resource_pool")