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) {