refactor(接口测试): 优化接口测试报告

【接口测试】场景独立执行-生成报告-成功的步骤显示到失败的tab页 https://www.tapd.cn/55049933/s/1127048
This commit is contained in:
song-tianyang 2022-03-29 11:31:27 +08:00 committed by 刘瑞斌
parent 29cf1ce23a
commit 9a85db469f
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}