From e00c3ddab04fd6ebe8b37013c2298caa1fd80473 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Fri, 21 Aug 2020 17:44:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=94=A8=E4=BE=8B=E6=97=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/plan/view/comonents/TestPlanTestCaseEdit.vue | 1 + 1 file changed, 1 insertion(+) 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 c985ff5f80..f0cdbf7a03 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue @@ -396,6 +396,7 @@ } this.testCase = item; this.initTest(); + this.getIssues(testCase.caseId); this.stepResultChange(); }, openTestCaseEdit(testCase) {