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 @@