From c504b51625b1090b69de2d33a007f6987b7b3aa3 Mon Sep 17 00:00:00 2001 From: "song.tianyang" Date: Tue, 2 Feb 2021 15:07:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=92=88=E5=AF=B9=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=B7=BB=E5=8A=A0=E5=88=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=EF=BC=8C=E4=B8=8D=E9=80=89=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 针对场景批量添加到测试计划,不选计划的提示优化 --- .../api/automation/scenario/testplan/TestPlanList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue b/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue index 8df9a38cf7..c806cb0944 100644 --- a/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue +++ b/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue @@ -203,8 +203,9 @@ confirm() { if (this.selection.length==0) { this.$warning(this.$t("api_test.definition.request.test_plan_select")); + }else{ + this.$emit('addTestPlan', this.selection); } - this.$emit('addTestPlan', this.selection); }, cancel(){ this.$emit('cancel');