From 7ff58bec9deb9aa81ee0d5f240494c0ed43abd69 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 13 Dec 2021 14:05:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E6=89=B9=E9=87=8F=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92-=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=EF=BC=8C=E8=B4=9F=E8=B4=A3?= =?UTF-8?q?=E4=BA=BA=E6=98=AF=E5=8D=95=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008478 --user=lyh 【github#6762】场景-批量添加到测试计划-创建测试计划,负责人是单选的 https://www.tapd.cn/55049933/s/1080045 --- .../scenario/testplan/TestPlanList.vue | 4 +- .../scenario/testplan/TestPlansEdit.vue | 265 ------------------ .../track/plan/components/TestPlanEdit.vue | 1 + 3 files changed, 2 insertions(+), 268 deletions(-) delete mode 100644 frontend/src/business/components/api/automation/scenario/testplan/TestPlansEdit.vue 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 8cb8869c8a..63b7daeef6 100644 --- a/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue +++ b/frontend/src/business/components/api/automation/scenario/testplan/TestPlanList.vue @@ -129,7 +129,7 @@ - + @@ -163,14 +163,12 @@ import {getCurrentProjectID} from "../../../../../../common/js/utils"; import {_filter, _sort} from "@/common/js/tableUtils"; import EnvPopover from "@/business/components/api/automation/scenario/EnvPopover"; import TestPlanEdit from "@/business/components/track/plan/components/TestPlanEdit"; -import TestPlansEdit from "@/business/components/api/automation/scenario/testplan/TestPlansEdit"; import {ENV_TYPE} from "@/common/js/constants"; import {getPlanStageOption} from "@/network/test-plan"; export default { name: "TestPlanList", components: { - TestPlansEdit, TestPlanEdit, MsDeleteConfirm, TestCaseReportView, diff --git a/frontend/src/business/components/api/automation/scenario/testplan/TestPlansEdit.vue b/frontend/src/business/components/api/automation/scenario/testplan/TestPlansEdit.vue deleted file mode 100644 index 4dd7eb8d3d..0000000000 --- a/frontend/src/business/components/api/automation/scenario/testplan/TestPlansEdit.vue +++ /dev/null @@ -1,265 +0,0 @@ - - - - - diff --git a/frontend/src/business/components/track/plan/components/TestPlanEdit.vue b/frontend/src/business/components/track/plan/components/TestPlanEdit.vue index 94c6aed827..7833c42d85 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanEdit.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanEdit.vue @@ -5,6 +5,7 @@