diff --git a/backend/src/main/java/io/metersphere/xpack b/backend/src/main/java/io/metersphere/xpack index 79343a2763..9f4a9bbf46 160000 --- a/backend/src/main/java/io/metersphere/xpack +++ b/backend/src/main/java/io/metersphere/xpack @@ -1 +1 @@ -Subproject commit 79343a2763b014355f91fc21b2356a95ae437973 +Subproject commit 9f4a9bbf46fc1333dbcccea21f83e27e3ec10b1f diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue index eb6946fa2b..5a85256d02 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue @@ -15,10 +15,6 @@ - - @@ -204,8 +200,6 @@ :is-read-only="isReadOnly" @refreshTable="search"/> - - @@ -242,8 +236,6 @@ export default { name: "FunctionalTestCaseList", components: { FunctionalTestCaseEdit, - TestCaseReportView, - TestReportTemplateList, MsTableOperatorButton, MsTableOperator, MethodTableItem, @@ -522,9 +514,6 @@ export default { } this.initTableData(); }, - openTestReport() { - this.$refs.testReportTemplateList.open(this.planId); - }, statusChange(param) { this.$post('/test/plan/case/edit', param, () => { for (let i = 0; i < this.tableData.length; i++) { @@ -543,16 +532,7 @@ export default { }); } }, - openReport(planId, id) { - this.getTestPlanById(); - if (!id) { - id = this.testPlan.reportId; - } - if (!planId) { - planId = this.planId; - } - this.$refs.testCaseReportView.open(planId, id); - }, + filter(filters) { _filter(filters, this.condition); this.initTableData();