refactor(接口测试): 优化接口测试报告
【接口测试】场景独立执行-生成报告-成功的步骤显示到失败的tab页 https://www.tapd.cn/55049933/s/1127048
This commit is contained in:
parent
81d52b4fab
commit
91967313e4
|
@ -50,9 +50,6 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
filterNode(value, data) {
|
filterNode(value, data) {
|
||||||
if (!data.value && data.children && data.children.length > 0) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (!data.value && !data.children && data.children.length === 0) {
|
if (!data.value && !data.children && data.children.length === 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue