fix(测试跟踪): 功能用例评论中有空白评论
--bug=1023024 --user=陈建星 【测试跟踪】功能用例,评审中的评论显示问题2个 https://www.tapd.cn/55049933/s/1335506
This commit is contained in:
parent
6dfb278d9b
commit
b27eebeae3
|
@ -904,7 +904,7 @@ export default {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
testCaseCommentList(this.caseId).then((res) => {
|
testCaseCommentList(this.caseId).then((res) => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.comments = res.data;
|
this.comments = res.data.filter(comment => comment.description);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
showAll() {
|
showAll() {
|
||||||
|
|
Loading…
Reference in New Issue