From 165ceb70edca4c9a712aeb6b8e882270074f0736 Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Thu, 24 Nov 2022 18:41:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=9C=AC=E5=9C=B0=E6=89=A7=E8=A1=8C=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=B1=A0-=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92-?= =?UTF-8?q?=E5=8F=AA=E5=85=B3=E8=81=94=E4=BA=86UI=E7=94=A8=E4=BE=8B-?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E8=AE=A1=E5=88=92=E6=8F=90=E7=A4=BA=E2=80=9C?= =?UTF-8?q?=E8=AF=B7=E9=80=89=E6=8B=A9=E8=B5=84=E6=BA=90=E6=B1=A0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1020120 --user=张大海 【UI测试】禁用本地执行资源池-测试计划-只关联了UI用例-执行计划提示“请选择资源池” https://www.tapd.cn/55049933/s/1303312 --- .../src/business/plan/common/TestPlanRunModeWithEnv.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue b/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue index 161512b047..b4d40a763a 100644 --- a/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue +++ b/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue @@ -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")