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 210d51ad94..c9d758f1aa 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue @@ -347,6 +347,7 @@ testTabChange(data) { if (this.testCase.type == 'performance' && data.paneName == 'result') { this.$refs.performanceTestResult.checkReportStatus(); + this.$refs.performanceTestResult.init(); } }, saveReport(reportId) {