fix(测试跟踪): 功能用例评论中有空白评论

--bug=1023024 --user=陈建星 【测试跟踪】功能用例,评审中的评论显示问题2个 https://www.tapd.cn/55049933/s/1335506
This commit is contained in:
chenjianxing 2023-02-15 14:27:04 +08:00 committed by jianxing
parent 6dfb278d9b
commit b27eebeae3
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ export default {
this.loading = true;
testCaseCommentList(this.caseId).then((res) => {
this.loading = false;
this.comments = res.data;
this.comments = res.data.filter(comment => comment.description);
});
},
showAll() {