fix(测试跟踪): 测试用例评论保存后无法再次添加评论

--bug=1018230 --user=陈建星 【测试跟踪】测试用例-评论-编辑框加载不出来 https://www.tapd.cn/55049933/s/1263837
This commit is contained in:
chenjianxing 2022-10-17 14:09:24 +08:00 committed by jianxing
parent 25a2bc1cc2
commit 5621516b13
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ export default {
this.result.loading = true;
testCaseCommentAdd(comment)
.then(() => {
this.result.loading = false;
this.$success(this.$t('test_track.comment.send_success'));
this.refresh(comment.caseId);
this.from.description = '';