fix(性能测试): 修复报告对比bug

This commit is contained in:
Captain.B 2021-03-26 19:07:23 +08:00
parent 8e8ce9a90d
commit 0e1991ae28
1 changed files with 10 additions and 9 deletions

View File

@ -70,6 +70,7 @@ export default {
methods: {
open(report) {
this.report = report;
this.compareReports = [];
this.getCompareReports(report);
this.compareReports.push(report);