fix(测试跟踪): 测试用例评论保存后无法再次添加评论
--bug=1018230 --user=陈建星 【测试跟踪】测试用例-评论-编辑框加载不出来 https://www.tapd.cn/55049933/s/1263837
This commit is contained in:
parent
25a2bc1cc2
commit
5621516b13
|
@ -90,6 +90,7 @@ export default {
|
||||||
this.result.loading = true;
|
this.result.loading = true;
|
||||||
testCaseCommentAdd(comment)
|
testCaseCommentAdd(comment)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
this.result.loading = false;
|
||||||
this.$success(this.$t('test_track.comment.send_success'));
|
this.$success(this.$t('test_track.comment.send_success'));
|
||||||
this.refresh(comment.caseId);
|
this.refresh(comment.caseId);
|
||||||
this.from.description = '';
|
this.from.description = '';
|
||||||
|
|
Loading…
Reference in New Issue