diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue index c2807fe37194d092cde85c3ead7232a8031378ab..6b9e3f34795d16d3f0737fea0a220df7b4422327 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanList.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue @@ -100,7 +100,7 @@ - + @@ -225,7 +225,7 @@ this.initTableData(); }, openTestReportTemplate(data) { - this.$refs.testReporTtemplateList.open(data.id); + this.$refs.testReportTemplateList.open(data.id); }, openReport(planId, reportId) { if (reportId) { diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue index c02891d832cc7b7e57b78f4ffd058e36b8c5a4f9..ecbb4b5ac4ff143a30a89784ce54b117a8e08283 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue @@ -161,7 +161,7 @@ :is-read-only="isReadOnly" @refreshTable="search"/> - + @@ -391,7 +391,7 @@ this.initTableData(); }, openTestReport() { - this.$refs.testReporTtemplateList.open(this.planId); + this.$refs.testReportTemplateList.open(this.planId); }, statusChange(param) { this.$post('/test/plan/case/edit', param, () => {