fix(测试跟踪): 评审脑图用例下添加子节点,保存后会添加一条空评论

--bug=1033825 --user=陈建星 [测试跟踪] github #28040在脑图模式下评审用例,添加的详细信息没有记录到评审记录中 https://www.tapd.cn/55049933/s/1448169
This commit is contained in:
AgAngle 2023-12-25 16:17:39 +08:00 committed by jianxing
parent 60cc4f8ca2
commit e0c55547e0
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export default {
testCaseCommentList(id)
.then(res => {
this.result.loading = false;
this.comments = res.data;
this.comments = res.data.filter(comment => comment.description);
});
},
setRelationshipCount(count) {