fix(测试跟踪): 测试计划查看性能测试报告控制台报错

--bug=1018686 --user=李玉号 【测试跟踪】测试计划-查看报告-打开性能报告-Console报错
https://www.tapd.cn/55049933/s/1282050
This commit is contained in:
shiziyuan9527 2022-10-28 15:03:45 +08:00 committed by lyh
parent c1fbe116ae
commit 51c571a3ae

View File

@ -1,5 +1,5 @@
<template>
<el-tabs>
<el-tabs v-model="active">
<el-tab-pane :label="$t('load_test.pressure_config')">
<performance-pressure-config :is-read-only="true" :test="test" :report="report" :report-id="reportId"
:is-share="isShare" :share-id="shareId" @fileChange="fileChange"/>
@ -18,6 +18,11 @@ import PerformanceAdvancedConfig from "../../../load/PerformanceAdvancedConfig";
export default {
name: "TestConfiguration",
components: {PerformancePressureConfig, PerformanceAdvancedConfig},
data() {
return {
active: '0'
}
},
props: {
test: Object,
testId: String,