fix(性能测试): 修复删除报告之后再查看其他报告报 jmx undefined 错误
This commit is contained in:
parent
ce2ce216dc
commit
8d66e1dbb3
|
@ -347,6 +347,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleGetJmxContent(d) {
|
handleGetJmxContent(d) {
|
||||||
|
if (!d) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
let threadGroups = [];
|
let threadGroups = [];
|
||||||
threadGroups = threadGroups.concat(findThreadGroup(d.jmx, d.name));
|
threadGroups = threadGroups.concat(findThreadGroup(d.jmx, d.name));
|
||||||
threadGroups.forEach(tg => {
|
threadGroups.forEach(tg => {
|
||||||
|
|
Loading…
Reference in New Issue