Unverified Commit a8cbf128 authored by metersphere-bot's avatar metersphere-bot Committed by GitHub
Browse files

refactor(性能测试): 修改性能测试报告页面 (#5734)

Co-authored-by: default avatarCaptain.B <bin@fit2cloud.com>
No related merge requests found
Showing with 0 additions and 8 deletions
+0 -8
......@@ -122,7 +122,6 @@ export default {
props: ['report', 'export', 'isShare', 'shareId', 'planReportTemplate'],
methods: {
initTableData() {
this.initData();
if (this.planReportTemplate) {
let data = this.planReportTemplate.loadOverview;
this.buildInfo(data);
......@@ -140,13 +139,6 @@ export default {
this.getErrorChart();
this.getResponseCodeChart();
},
initData() {
this.buildInfo();
// this.loadOption = {};
// this.resOption = {};
// this.errorOption = {};
// this.resCodeOption = {};
},
buildInfo(data) {
this.maxUsers = data ? data.maxUsers : '0';
this.avgThroughput = data ? data.avgThroughput : '0';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment