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