From ee23eff3e9454891900dbe6002c344f58672a15b Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 29 May 2020 16:56:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8B=E4=B8=80=E4=B8=AA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B=E8=8E=B7=E5=8F=96=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/plan/view/comonents/TestPlanTestCaseEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue index 37bbdeebe1..089cef820f 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue @@ -308,6 +308,7 @@ item.steptResults.push(item.steps[i]); } this.testCase = item; + this.initTest(); }, openTestCaseEdit(testCase) { this.showDialog = true; @@ -340,7 +341,6 @@ this.index = i; this.getTestCase(i); this.getRelatedTest(); - this.initTest(); } } });