From ac279cae4020dffc78b8c452a340594692f2788b Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Thu, 1 Jun 2023 14:13:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=8F=AA=E5=85=B3=E8=81=94UI=E6=89=A7=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=B1=A0=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026589 --user=宋昌昌 【测试跟踪】github#24662,【测试跟踪】当测试计划里只关联了UI测试,点击执行时页面会提示“请选择资源池”,页面也没有显示出资源池 https://www.tapd.cn/55049933/s/1377835 --- .../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 b0436faa54..3d97678beb 100644 --- a/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue +++ b/test-track/frontend/src/business/plan/common/TestPlanRunModeWithEnv.vue @@ -346,7 +346,7 @@ export default { this.$emit("close"); }, handleRunBatch() { - if (this.runConfig.resourcePoolId == null) { + if (this.runConfig.resourcePoolId == null && this.haveOtherExecCase) { this.$warning( this.$t("workspace.env_group.please_select_run_within_resource_pool")); return;