fix(性能测试): 修复报告对比bug
This commit is contained in:
parent
8e8ce9a90d
commit
0e1991ae28
|
@ -70,6 +70,7 @@ export default {
|
|||
methods: {
|
||||
open(report) {
|
||||
this.report = report;
|
||||
this.compareReports = [];
|
||||
this.getCompareReports(report);
|
||||
|
||||
this.compareReports.push(report);
|
||||
|
|
Loading…
Reference in New Issue