Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a086679e23
|
@ -347,6 +347,7 @@
|
||||||
testTabChange(data) {
|
testTabChange(data) {
|
||||||
if (this.testCase.type == 'performance' && data.paneName == 'result') {
|
if (this.testCase.type == 'performance' && data.paneName == 'result') {
|
||||||
this.$refs.performanceTestResult.checkReportStatus();
|
this.$refs.performanceTestResult.checkReportStatus();
|
||||||
|
this.$refs.performanceTestResult.init();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
saveReport(reportId) {
|
saveReport(reportId) {
|
||||||
|
|
Loading…
Reference in New Issue