From 0ca345512209c52aa105aa8bb78c3db1ba3096f5 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Fri, 24 Jul 2020 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/plan/components/TestPlanList.vue | 4 ++-- .../track/plan/view/comonents/TestPlanTestCaseList.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue index c2807fe371..6b9e3f3479 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 c02891d832..ecbb4b5ac4 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, () => {